#9A76C6

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

Shades of Lilac Bush #9A76C6

Tints of Lilac Bush #9A76C6

Color information

#9A76C6 (or 0x9A76C6) is unknown color: approx Lilac Bush. HEX triplet: 9A, 76 and C6. RGB value is (154,118,198). Sum of RGB (Red+Green+Blue) = 154+118+198=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A76C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76C6 is #658939. Grayscale: #898989. Windows color (decimal): -6654266 or 13006490. OLE color: 13006490.

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

Color convert

RGB154118198-
CMYK0.220.4000.22
HSL267º41.24%61.96%-
HSV(B)267º40.4%77.65%-
XYZ3023.956.46-
YUV137.88161.93139.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=32.77%
G=25.11%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541181980.220.4000.2226741.2461.96
Hex9A76C6162801610b293e
Octal23216630626500264135176
Binary1001101011101101100011010110101000010110100001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A76C6; }

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

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

<style>
 a { background-color: #9A76C6; }

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

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

<style>
 span { border-color: #9A76C6; }

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

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