#9577C6

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

Shades of Lilac Bush #9577C6

Tints of Lilac Bush #9577C6

Color information

#9577C6 (or 0x9577C6) is unknown color: approx Lilac Bush. HEX triplet: 95, 77 and C6. RGB value is (149,119,198). Sum of RGB (Red+Green+Blue) = 149+119+198=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #9577C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577C6 is #6A8839. Grayscale: #888888. Windows color (decimal): -6981690 or 13006741. OLE color: 13006741.

HSL color Cylindrical-coordinate representation of color #9577C6: hue angle of 262.78º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9577C6 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149119198-
CMYK0.250.4000.22
HSL262.78º40.93%62.16%-
HSV(B)262.78º39.9%77.65%-
XYZ29.1823.6656.45-
YUV136.98162.44136.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=31.97%
G=25.54%
B=42.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491191980.250.4000.22262.7840.9362.16
Hex9577C61928016107293e
Octal22516730631500264075176
Binary1001010111101111100011011001101000010110100000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9577C6; }

 p { color: rgb(149,119,198); }

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

<style>
 a { background-color: #9577C6; }

 a { background-color: rgb(149,119,198); }

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

<style>
 span { border-color: #9577C6; }

 span { border-color: rgb(149,119,198); }

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