#9972CE

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

Shades of Lilac Bush #9972CE

Tints of Lilac Bush #9972CE

Color information

#9972CE (or 0x9972CE) is unknown color: approx Lilac Bush. HEX triplet: 99, 72 and CE. RGB value is (153,114,206). Sum of RGB (Red+Green+Blue) = 153+114+206=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9972CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972CE is #668D31. Grayscale: #878787. Windows color (decimal): -6720818 or 13529753. OLE color: 13529753.

HSL color Cylindrical-coordinate representation of color #9972CE: hue angle of 265.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9972CE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153114206-
CMYK0.260.4500.19
HSL265.43º48.42%62.75%-
HSV(B)265.43º44.66%80.78%-
XYZ30.2923.2661.29-
YUV136.15167.42140.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=32.35%
G=24.10%
B=43.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531142060.260.4500.19265.4348.4262.75
Hex9972CE1A2D013109303f
Octal23116231632550234116077
Binary1001100111100101100111011010101101010011100001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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