#996FBF

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

Shades of Lilac Bush #996FBF

Tints of Lilac Bush #996FBF

Color information

#996FBF (or 0x996FBF) is unknown color: approx Lilac Bush. HEX triplet: 99, 6F and BF. RGB value is (153,111,191). Sum of RGB (Red+Green+Blue) = 153+111+191=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #996FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FBF is #669040. Grayscale: #848484. Windows color (decimal): -6721601 or 12545945. OLE color: 12545945.

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

Color convert

RGB153111191-
CMYK0.200.4200.25
HSL271.5º38.46%59.22%-
HSV(B)271.5º41.88%74.9%-
XYZ28.2321.952.03-
YUV132.68160.91142.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 191 (75% from 255) = 41.98%
R=33.63%
G=24.40%
B=41.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531111910.200.4200.25271.538.4659.22
Hex996FBF142A019110263b
Octal23115727724520314204673
Binary1001100111011111011111110100101010011001100010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996FBF; }

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

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

<style>
 a { background-color: #996FBF; }

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

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

<style>
 span { border-color: #996FBF; }

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

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