#996BBE

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

Shades of Lilac Bush #996BBE

Tints of Lilac Bush #996BBE

Color information

#996BBE (or 0x996BBE) is unknown color: approx Lilac Bush. HEX triplet: 99, 6B and BE. RGB value is (153,107,190). Sum of RGB (Red+Green+Blue) = 153+107+190=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #996BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBE is #669441. Grayscale: #818181. Windows color (decimal): -6722626 or 12479385. OLE color: 12479385.

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

Color convert

RGB153107190-
CMYK0.190.4400.25
HSL273.25º38.97%58.24%-
HSV(B)273.25º43.68%74.51%-
XYZ27.6921.0151.31-
YUV130.22161.74144.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=34%
G=23.78%
B=42.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531071900.190.4400.25273.2538.9758.24
Hex996BBE132C019111273a
Octal23115327623540314214772
Binary1001100111010111011111010011101100011001100010001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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