#9579C0

Color #9579C0 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9579C0

Tints of Lilac Bush #9579C0

Color information

#9579C0 (or 0x9579C0) is unknown color: approx Lilac Bush. HEX triplet: 95, 79 and C0. RGB value is (149,121,192). Sum of RGB (Red+Green+Blue) = 149+121+192=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #9579C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579C0 is #6A863F. Grayscale: #898989. Windows color (decimal): -6981184 or 12614037. OLE color: 12614037.

HSL color Cylindrical-coordinate representation of color #9579C0: hue angle of 263.66º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9579C0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149121192-
CMYK0.220.3700.25
HSL263.66º36.04%61.37%-
HSV(B)263.66º36.98%75.29%-
XYZ28.7523.8752.96-
YUV137.47158.78136.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=32.25%
G=26.19%
B=41.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491211920.220.3700.25263.6636.0461.37
Hex9579C01625019108243d
Octal22517130026450314104475
Binary1001010111110011100000010110100101011001100001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9579C0; }

 p { color: rgb(149,121,192); }

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

<style>
 a { background-color: #9579C0; }

 a { background-color: rgb(149,121,192); }

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

<style>
 span { border-color: #9579C0; }

 span { border-color: rgb(149,121,192); }

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