#9963BB

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

Shades of Deep Lilac #9963BB

Tints of Deep Lilac #9963BB

Color information

#9963BB (or 0x9963BB) is unknown color: approx Deep Lilac. HEX triplet: 99, 63 and BB. RGB value is (153,99,187). Sum of RGB (Red+Green+Blue) = 153+99+187=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #9963BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963BB is #669C44. Grayscale: #7C7C7C. Windows color (decimal): -6724677 or 12280729. OLE color: 12280729.

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

Color convert

RGB15399187-
CMYK0.180.4700.27
HSL276.82º39.29%56.08%-
HSV(B)276.82º47.06%73.33%-
XYZ26.5719.2849.34-
YUV125.18162.89147.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=34.85%
G=22.55%
B=42.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153991870.180.4700.27276.8239.2956.08
Hex9963BB122F01B1152738
Octal23114327322570334254770
Binary1001100111000111011101110010101111011011100010101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9963BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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