#9971CD

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

Shades of Lilac Bush #9971CD

Tints of Lilac Bush #9971CD

Color information

#9971CD (or 0x9971CD) is unknown color: approx Lilac Bush. HEX triplet: 99, 71 and CD. RGB value is (153,113,205). Sum of RGB (Red+Green+Blue) = 153+113+205=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9971CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971CD is #668E32. Grayscale: #878787. Windows color (decimal): -6721075 or 13463961. OLE color: 13463961.

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

Color convert

RGB153113205-
CMYK0.250.4500.20
HSL266.09º47.92%62.35%-
HSV(B)266.09º44.88%80.39%-
XYZ30.0622.9960.61-
YUV135.45167.25140.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=32.48%
G=23.99%
B=43.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531132050.250.4500.20266.0947.9262.35
Hex9971CD192D01410a303e
Octal23116131531550244126076
Binary1001100111100011100110111001101101010100100001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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