#9676C6

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

Shades of Lilac Bush #9676C6

Tints of Lilac Bush #9676C6

Color information

#9676C6 (or 0x9676C6) is unknown color: approx Lilac Bush. HEX triplet: 96, 76 and C6. RGB value is (150,118,198). Sum of RGB (Red+Green+Blue) = 150+118+198=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 118 (46.48% from 255 or 25.32% 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 #9676C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676C6 is #698939. Grayscale: #888888. Windows color (decimal): -6916410 or 13006486. OLE color: 13006486.

HSL color Cylindrical-coordinate representation of color #9676C6: hue angle of 264º 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 #9676C6 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150118198-
CMYK0.240.4000.22
HSL264º41.24%61.96%-
HSV(B)264º40.4%77.65%-
XYZ29.2523.5256.42-
YUV136.69162.6137.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=32.19%
G=25.32%
B=42.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501181980.240.4000.2226441.2461.96
Hex9676C61828016108293e
Octal22616630630500264105176
Binary1001011011101101100011011000101000010110100001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,118,198); }

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

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

 a { background-color: rgb(150,118,198); }

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

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

 span { border-color: rgb(150,118,198); }

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