#9952AF

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

Shades of Deep Lilac #9952AF

Tints of Deep Lilac #9952AF

Color information

#9952AF (or 0x9952AF) is unknown color: approx Deep Lilac. HEX triplet: 99, 52 and AF. RGB value is (153,82,175). Sum of RGB (Red+Green+Blue) = 153+82+175=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #9952AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9952AF is #66AD50. Grayscale: #717171. Windows color (decimal): -6729041 or 11489945. OLE color: 11489945.

HSL color Cylindrical-coordinate representation of color #9952AF: hue angle of 285.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9952AF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15382175-
CMYK0.130.5300.31
HSL285.81º36.76%50.39%-
HSV(B)285.81º53.14%68.63%-
XYZ23.8915.942.37-
YUV113.83162.52155.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=37.32%
G=20%
B=42.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153821750.130.5300.31285.8136.7650.39
Hex9952AFD3501F11e2532
Octal23112225715650374364562
Binary100110011010010101011111101110101011111100011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9952AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9952AF; }

 p { color: rgb(153,82,175); }

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

<style>
 a { background-color: #9952AF; }

 a { background-color: rgb(153,82,175); }

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

<style>
 span { border-color: #9952AF; }

 span { border-color: rgb(153,82,175); }

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