Shades of Deep Lilac #9F52AF
Tints of Deep Lilac #9F52AF
RGB
CMYK
RGB Variations
Color information
#9F52AF (or 0x9F52AF) is known color: Deep Lilac. HEX triplet: 9F, 52 and AF. RGB value is (159,82,175). Sum of RGB (Red+Green+Blue) = 159+82+175=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F52AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F52AF is #60AD50. Grayscale: #737373. Windows color (decimal): -6335825 or 11489951. OLE color: 11489951.
HSL color Cylindrical-coordinate representation of color #9F52AF: hue angle of 289.68º 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 #9F52AF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 82 | 175 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.31 |
| HSL | 289.68º | 0.37% | 0.5% | - |
| HSV(B) | 289.68º | 0.53% | 0.69% | - |
| XYZ | 25.05 | 16.5 | 42.42 | - |
| YUV | 115.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 175 | 0.09 | 0.53 | 0 | 0.31 | 289.68 | 0.37 | 0.5 |
| Hex | 9F | 52 | AF | 9 | 35 | 0 | 1F | 122 | 25 | 32 |
| Octal | 237 | 122 | 257 | 11 | 65 | 0 | 37 | 442 | 45 | 62 |
| Binary | 10011111 | 1010010 | 10101111 | 1001 | 110101 | 0 | 11111 | 100100010 | 100101 | 110010 |
Color Harmonies of #9F52AF
Complementary color
Monochromatic Colors of #9F52AF
Black with #9F52AF
Text Example
Text Example
White with #9F52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52AF; }
p { color: rgb(159,82,175); }
H1.HeaderClassName
{
color: #9F52AF;
}
.AnyTagClassName
{
color: #9F52AF;
}
</style>
background-color css
<style>
a { background-color: #9F52AF; }
a { background-color: rgb(159,82,175); }
div.DivClassName
{
background-color: #9F52AF;
}
.BgClassName
{
background-color: #9F52AF;
}
</style>
border-color css
<style>
span { border-color: #9F52AF; }
span { border-color: rgb(159,82,175); }
td.TdClassName
{
border-color: #9F52AF;
}
.TagClassName
{
border-color: #9F52AF;
}
</style>