#9972CD

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

Shades of Lilac Bush #9972CD

Tints of Lilac Bush #9972CD

Color information

#9972CD (or 0x9972CD) is unknown color: approx Lilac Bush. HEX triplet: 99, 72 and CD. RGB value is (153,114,205). Sum of RGB (Red+Green+Blue) = 153+114+205=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9972CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972CD is #668D32. Grayscale: #878787. Windows color (decimal): -6720819 or 13464217. OLE color: 13464217.

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

Color convert

RGB153114205-
CMYK0.250.4400.20
HSL265.71º47.64%62.55%-
HSV(B)265.71º44.39%80.39%-
XYZ30.1723.2160.65-
YUV136.04166.92140.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=32.42%
G=24.15%
B=43.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531142050.250.4400.20265.7147.6462.55
Hex9972CD192C01410a303f
Octal23116231531540244126077
Binary1001100111100101100110111001101100010100100001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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