#9569DE

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

Shades of Medium Purple #9569DE

Tints of Medium Purple #9569DE

Color information

#9569DE (or 0x9569DE) is unknown color: approx Medium Purple. HEX triplet: 95, 69 and DE. RGB value is (149,105,222). Sum of RGB (Red+Green+Blue) = 149+105+222=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #9569DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569DE is #6A9621. Grayscale: #838383. Windows color (decimal): -6985250 or 14576021. OLE color: 14576021.

HSL color Cylindrical-coordinate representation of color #9569DE: hue angle of 262.56º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9569DE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149105222-
CMYK0.330.5300.13
HSL262.56º63.93%64.12%-
HSV(B)262.56º52.7%87.06%-
XYZ30.6321.7771.69-
YUV131.49179.08140.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=31.30%
G=22.06%
B=46.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491052220.330.5300.13262.5663.9364.12
Hex9569DE21350D1074040
Octal2251513364165015407100100
Binary100101011101001110111101000011101010110110000011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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