#9652AF

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

Shades of Deep Lilac #9652AF

Tints of Deep Lilac #9652AF

Color information

#9652AF (or 0x9652AF) is unknown color: approx Deep Lilac. HEX triplet: 96, 52 and AF. RGB value is (150,82,175). Sum of RGB (Red+Green+Blue) = 150+82+175=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9652AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9652AF is #69AD50. Grayscale: #707070. Windows color (decimal): -6925649 or 11489942. OLE color: 11489942.

HSL color Cylindrical-coordinate representation of color #9652AF: hue angle of 283.87º 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 #9652AF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15082175-
CMYK0.140.5300.31
HSL283.87º36.76%50.39%-
HSV(B)283.87º53.14%68.63%-
XYZ23.3315.6142.34-
YUV112.93163.03154.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=36.86%
G=20.15%
B=43.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150821750.140.5300.31283.8736.7650.39
Hex9652AFE3501F11c2532
Octal22612225716650374344562
Binary100101101010010101011111110110101011111100011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9652AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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