#9970BF

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

Shades of Lilac Bush #9970BF

Tints of Lilac Bush #9970BF

Color information

#9970BF (or 0x9970BF) is unknown color: approx Lilac Bush. HEX triplet: 99, 70 and BF. RGB value is (153,112,191). Sum of RGB (Red+Green+Blue) = 153+112+191=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9970BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BF is #668F40. Grayscale: #848484. Windows color (decimal): -6721345 or 12546201. OLE color: 12546201.

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

Color convert

RGB153112191-
CMYK0.200.4100.25
HSL271.14º38.16%59.41%-
HSV(B)271.14º41.36%74.9%-
XYZ28.3422.1252.07-
YUV133.26160.58142.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 191 (75% from 255) = 41.89%
R=33.55%
G=24.56%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531121910.200.4100.25271.1438.1659.41
Hex9970BF142901910f263b
Octal23116027724510314174673
Binary1001100111100001011111110100101001011001100001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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