Shades of Deep Lilac #9652AF
Tints of Deep Lilac #9652AF
RGB
CMYK
RGB Variations
Color information
#9652AF (or 0x9652AF) is known color: 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
| RGB | 150 | 82 | 175 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.31 |
| HSL | 283.87º | 0.37% | 0.5% | - |
| HSV(B) | 283.87º | 0.53% | 0.69% | - |
| XYZ | 23.33 | 15.61 | 42.34 | - |
| YUV | 112.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 175 | 0.14 | 0.53 | 0 | 0.31 | 283.87 | 0.37 | 0.5 |
| Hex | 96 | 52 | AF | E | 35 | 0 | 1F | 11C | 25 | 32 |
| Octal | 226 | 122 | 257 | 16 | 65 | 0 | 37 | 434 | 45 | 62 |
| Binary | 10010110 | 1010010 | 10101111 | 1110 | 110101 | 0 | 11111 | 100011100 | 100101 | 110010 |
Color Harmonies of #9652AF
Complementary color
Monochromatic Colors of #9652AF
Black with #9652AF
Text Example
Text Example
White with #9652AF
Text Example
Text Example
HTML Codes & Css Web 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>