#996BBC

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

Shades of Lilac Bush #996BBC

Tints of Lilac Bush #996BBC

Color information

#996BBC (or 0x996BBC) is unknown color: approx Lilac Bush. HEX triplet: 99, 6B and BC. RGB value is (153,107,188). Sum of RGB (Red+Green+Blue) = 153+107+188=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #996BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBC is #669443. Grayscale: #818181. Windows color (decimal): -6722628 or 12348313. OLE color: 12348313.

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

Color convert

RGB153107188-
CMYK0.190.4300.26
HSL274.07º37.67%57.84%-
HSV(B)274.07º43.09%73.73%-
XYZ27.4720.9250.17-
YUV129.99160.74144.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=34.15%
G=23.88%
B=41.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531071880.190.4300.26274.0737.6757.84
Hex996BBC132B01A112263a
Octal23115327423530324224672
Binary1001100111010111011110010011101011011010100010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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