#9972BF

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

Shades of Lilac Bush #9972BF

Tints of Lilac Bush #9972BF

Color information

#9972BF (or 0x9972BF) is unknown color: approx Lilac Bush. HEX triplet: 99, 72 and BF. RGB value is (153,114,191). Sum of RGB (Red+Green+Blue) = 153+114+191=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9972BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BF is #668D40. Grayscale: #868686. Windows color (decimal): -6720833 or 12546713. OLE color: 12546713.

HSL color Cylindrical-coordinate representation of color #9972BF: hue angle of 270.39º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9972BF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153114191-
CMYK0.200.4000.25
HSL270.39º37.56%59.8%-
HSV(B)270.39º40.31%74.9%-
XYZ28.5622.5752.14-
YUV134.44159.92141.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 191 (75% from 255) = 41.70%
R=33.41%
G=24.89%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531141910.200.4000.25270.3937.5659.8
Hex9972BF142801910e263c
Octal23116227724500314164674
Binary1001100111100101011111110100101000011001100001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9972BF; }

 p { color: rgb(153,114,191); }

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

<style>
 a { background-color: #9972BF; }

 a { background-color: rgb(153,114,191); }

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

<style>
 span { border-color: #9972BF; }

 span { border-color: rgb(153,114,191); }

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