#9953AE

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

Shades of Deep Lilac #9953AE

Tints of Deep Lilac #9953AE

Color information

#9953AE (or 0x9953AE) is unknown color: approx Deep Lilac. HEX triplet: 99, 53 and AE. RGB value is (153,83,174). Sum of RGB (Red+Green+Blue) = 153+83+174=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9953AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953AE is #66AC51. Grayscale: #727272. Windows color (decimal): -6728786 or 11424665. OLE color: 11424665.

HSL color Cylindrical-coordinate representation of color #9953AE: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9953AE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15383174-
CMYK0.120.5200.32
HSL286.15º35.97%50.39%-
HSV(B)286.15º52.3%68.24%-
XYZ23.8716.0141.88-
YUV114.3161.69155.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=37.32%
G=20.24%
B=42.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153831740.120.5200.32286.1535.9750.39
Hex9953AEC3402011e2432
Octal23112325614640404364462
Binary1001100110100111010111011001101000100000100011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9953AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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