#9A76C9

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

Shades of Lilac Bush #9A76C9

Tints of Lilac Bush #9A76C9

Color information

#9A76C9 (or 0x9A76C9) is unknown color: approx Lilac Bush. HEX triplet: 9A, 76 and C9. RGB value is (154,118,201). Sum of RGB (Red+Green+Blue) = 154+118+201=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76C9 is #658936. Grayscale: #898989. Windows color (decimal): -6654263 or 13203098. OLE color: 13203098.

HSL color Cylindrical-coordinate representation of color #9A76C9: hue angle of 266.02º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A76C9 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154118201-
CMYK0.230.4100.21
HSL266.02º43.46%62.55%-
HSV(B)266.02º41.29%78.82%-
XYZ30.3524.0458.3-
YUV138.23163.43139.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=32.56%
G=24.95%
B=42.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541182010.230.4100.21266.0243.4662.55
Hex9A76C9172901510a2b3f
Octal23216631127510254125377
Binary1001101011101101100100110111101001010101100001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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