#9962BB

Color #9962BB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9962BB

Tints of Deep Lilac #9962BB

Color information

#9962BB (or 0x9962BB) is unknown color: approx Deep Lilac. HEX triplet: 99, 62 and BB. RGB value is (153,98,187). Sum of RGB (Red+Green+Blue) = 153+98+187=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #9962BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962BB is #669D44. Grayscale: #7C7C7C. Windows color (decimal): -6724933 or 12280473. OLE color: 12280473.

HSL color Cylindrical-coordinate representation of color #9962BB: hue angle of 277.08º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9962BB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15398187-
CMYK0.180.4800.27
HSL277.08º39.56%55.88%-
HSV(B)277.08º47.59%73.33%-
XYZ26.4719.149.3-
YUV124.59163.22148.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=34.93%
G=22.37%
B=42.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153981870.180.4800.27277.0839.5655.88
Hex9962BB123001B1152838
Octal23114227322600334255070
Binary1001100111000101011101110010110000011011100010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9962BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9962BB; }

 p { color: rgb(153,98,187); }

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

<style>
 a { background-color: #9962BB; }

 a { background-color: rgb(153,98,187); }

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

<style>
 span { border-color: #9962BB; }

 span { border-color: rgb(153,98,187); }

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