#996DBE

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

Shades of Lilac Bush #996DBE

Tints of Lilac Bush #996DBE

Color information

#996DBE (or 0x996DBE) is unknown color: approx Lilac Bush. HEX triplet: 99, 6D and BE. RGB value is (153,109,190). Sum of RGB (Red+Green+Blue) = 153+109+190=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #996DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DBE is #669241. Grayscale: #838383. Windows color (decimal): -6722114 or 12479897. OLE color: 12479897.

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

Color convert

RGB153109190-
CMYK0.190.4300.25
HSL272.59º38.39%58.63%-
HSV(B)272.59º42.63%74.51%-
XYZ27.921.4351.38-
YUV131.39161.08143.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=33.85%
G=24.12%
B=42.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531091900.190.4300.25272.5938.3958.63
Hex996DBE132B019111263b
Octal23115527623530314214673
Binary1001100111011011011111010011101011011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,190); }

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

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

 a { background-color: rgb(153,109,190); }

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

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

 span { border-color: rgb(153,109,190); }

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