#9569F0

Color #9569F0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9569F0

Tints of Medium Purple #9569F0

Color information

#9569F0 (or 0x9569F0) is unknown color: approx Medium Purple. HEX triplet: 95, 69 and F0. RGB value is (149,105,240). Sum of RGB (Red+Green+Blue) = 149+105+240=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #9569F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9569F0 is #6A960F. Grayscale: #858585. Windows color (decimal): -6985232 or 15755669. OLE color: 15755669.

HSL color Cylindrical-coordinate representation of color #9569F0: hue angle of 259.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9569F0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149105240-
CMYK0.380.5600.06
HSL259.56º81.82%67.65%-
HSV(B)259.56º56.25%94.12%-
XYZ33.1722.7885.09-
YUV133.55188.08139.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=30.16%
G=21.26%
B=48.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491052400.380.5600.06259.5681.8267.65
Hex9569F02638061045244
Octal225151360467006404122104
Binary10010101110100111110000100110111000011010000010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9569F0; }

 p { color: rgb(149,105,240); }

 H1.HeaderClassName
 {
   color: #9569F0;
 }
 .AnyTagClassName
 {
   color: #9569F0;
 }
</style>
background-color css

<style>
 a { background-color: #9569F0; }

 a { background-color: rgb(149,105,240); }

 div.DivClassName
 {
   background-color: #9569F0;
 }
 .BgClassName
 {
   background-color: #9569F0;
 }
</style>
border-color css

<style>
 span { border-color: #9569F0; }

 span { border-color: rgb(149,105,240); }

 td.TdClassName
 {
   border-color: #9569F0;
 }
 .TagClassName
 {
   border-color: #9569F0;
 }
</style>