Shades of Deep Lilac #9952AF
Tints of Deep Lilac #9952AF
RGB
CMYK
RGB Variations
Color information
#9952AF (or 0x9952AF) is known color: 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
| RGB | 153 | 82 | 175 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.31 |
| HSL | 285.81º | 0.37% | 0.5% | - |
| HSV(B) | 285.81º | 0.53% | 0.69% | - |
| XYZ | 23.89 | 15.9 | 42.37 | - |
| YUV | 113.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 175 | 0.13 | 0.53 | 0 | 0.31 | 285.81 | 0.37 | 0.5 |
| Hex | 99 | 52 | AF | D | 35 | 0 | 1F | 11E | 25 | 32 |
| Octal | 231 | 122 | 257 | 15 | 65 | 0 | 37 | 436 | 45 | 62 |
| Binary | 10011001 | 1010010 | 10101111 | 1101 | 110101 | 0 | 11111 | 100011110 | 100101 | 110010 |
Color Harmonies of #9952AF
Complementary color
Monochromatic Colors of #9952AF
Black with #9952AF
Text Example
Text Example
White with #9952AF
Text Example
Text Example
HTML Codes & Css Web 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>