#9953AB

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

Shades of Deep Lilac #9953AB

Tints of Deep Lilac #9953AB

Color information

#9953AB (or 0x9953AB) is unknown color: approx Deep Lilac. HEX triplet: 99, 53 and AB. RGB value is (153,83,171). Sum of RGB (Red+Green+Blue) = 153+83+171=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9953AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953AB is #66AC54. Grayscale: #717171. Windows color (decimal): -6728789 or 11228057. OLE color: 11228057.

HSL color Cylindrical-coordinate representation of color #9953AB: hue angle of 287.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9953AB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15383171-
CMYK0.110.5100.33
HSL287.73º34.65%49.8%-
HSV(B)287.73º51.46%67.06%-
XYZ23.5815.940.35-
YUV113.96160.19155.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=37.59%
G=20.39%
B=42.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153831710.110.5100.33287.7334.6549.8
Hex9953ABB330211202332
Octal23112325313630414404362
Binary1001100110100111010101110111100110100001100100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9953AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9953AB; }

 p { color: rgb(153,83,171); }

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

<style>
 a { background-color: #9953AB; }

 a { background-color: rgb(153,83,171); }

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

<style>
 span { border-color: #9953AB; }

 span { border-color: rgb(153,83,171); }

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