#9972CC

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

Shades of Lilac Bush #9972CC

Tints of Lilac Bush #9972CC

Color information

#9972CC (or 0x9972CC) is unknown color: approx Lilac Bush. HEX triplet: 99, 72 and CC. RGB value is (153,114,204). Sum of RGB (Red+Green+Blue) = 153+114+204=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #9972CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972CC is #668D33. Grayscale: #878787. Windows color (decimal): -6720820 or 13398681. OLE color: 13398681.

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

Color convert

RGB153114204-
CMYK0.250.4400.2
HSL266º46.88%62.35%-
HSV(B)266º44.12%80%-
XYZ30.0523.1760.01-
YUV135.92166.42140.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=32.48%
G=24.20%
B=43.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531142040.250.4400.226646.8862.35
Hex9972CC192C01410a2f3e
Octal23116231431540244125776
Binary1001100111100101100110011001101100010100100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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