#9976CB

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

Shades of Lilac Bush #9976CB

Tints of Lilac Bush #9976CB

Color information

#9976CB (or 0x9976CB) is unknown color: approx Lilac Bush. HEX triplet: 99, 76 and CB. RGB value is (153,118,203). Sum of RGB (Red+Green+Blue) = 153+118+203=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #9976CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976CB is #668934. Grayscale: #898989. Windows color (decimal): -6719797 or 13334169. OLE color: 13334169.

HSL color Cylindrical-coordinate representation of color #9976CB: hue angle of 264.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9976CB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153118203-
CMYK0.250.4200.20
HSL264.71º44.97%62.94%-
HSV(B)264.71º41.87%79.61%-
XYZ30.3924.0459.54-
YUV138.16164.6138.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=32.28%
G=24.89%
B=42.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531182030.250.4200.20264.7144.9762.94
Hex9976CB192A0141092d3f
Octal23116631331520244115577
Binary1001100111101101100101111001101010010100100001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9976CB; }

 p { color: rgb(153,118,203); }

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

<style>
 a { background-color: #9976CB; }

 a { background-color: rgb(153,118,203); }

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

<style>
 span { border-color: #9976CB; }

 span { border-color: rgb(153,118,203); }

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