#996EBD

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

Shades of Lilac Bush #996EBD

Tints of Lilac Bush #996EBD

Color information

#996EBD (or 0x996EBD) is unknown color: approx Lilac Bush. HEX triplet: 99, 6E and BD. RGB value is (153,110,189). Sum of RGB (Red+Green+Blue) = 153+110+189=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #996EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EBD is #669142. Grayscale: #838383. Windows color (decimal): -6721859 or 12414617. OLE color: 12414617.

HSL color Cylindrical-coordinate representation of color #996EBD: hue angle of 272.66º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996EBD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153110189-
CMYK0.190.4200.26
HSL272.66º37.44%58.63%-
HSV(B)272.66º41.8%74.12%-
XYZ27.921.650.84-
YUV131.86160.25143.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=33.85%
G=24.34%
B=41.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531101890.190.4200.26272.6637.4458.63
Hex996EBD132A01A111253b
Octal23115627523520324214573
Binary1001100111011101011110110011101010011010100010001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,189); }

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

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

 a { background-color: rgb(153,110,189); }

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

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

 span { border-color: rgb(153,110,189); }

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