Shades of Deep Lilac #9F52BE
Tints of Deep Lilac #9F52BE
RGB
CMYK
RGB Variations
Color information
#9F52BE (or 0x9F52BE) is known color: Deep Lilac. HEX triplet: 9F, 52 and BE. RGB value is (159,82,190). Sum of RGB (Red+Green+Blue) = 159+82+190=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52BE is #60AD41. Grayscale: #747474. Windows color (decimal): -6335810 or 12472991. OLE color: 12472991.
HSL color Cylindrical-coordinate representation of color #9F52BE: hue angle of 282.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F52BE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 82 | 190 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.25 |
| HSL | 282.78º | 0.45% | 0.53% | - |
| HSV(B) | 282.78º | 0.57% | 0.75% | - |
| XYZ | 26.61 | 17.12 | 50.62 | - |
| YUV | 117.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 190 | 0.16 | 0.57 | 0 | 0.25 | 282.78 | 0.45 | 0.53 |
| Hex | 9F | 52 | BE | 10 | 39 | 0 | 19 | 11B | 2D | 35 |
| Octal | 237 | 122 | 276 | 20 | 71 | 0 | 31 | 433 | 55 | 65 |
| Binary | 10011111 | 1010010 | 10111110 | 10000 | 111001 | 0 | 11001 | 100011011 | 101101 | 110101 |
Color Harmonies of #9F52BE
Complementary color
Monochromatic Colors of #9F52BE
Black with #9F52BE
Text Example
Text Example
White with #9F52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52BE; }
p { color: rgb(159,82,190); }
H1.HeaderClassName
{
color: #9F52BE;
}
.AnyTagClassName
{
color: #9F52BE;
}
</style>
background-color css
<style>
a { background-color: #9F52BE; }
a { background-color: rgb(159,82,190); }
div.DivClassName
{
background-color: #9F52BE;
}
.BgClassName
{
background-color: #9F52BE;
}
</style>
border-color css
<style>
span { border-color: #9F52BE; }
span { border-color: rgb(159,82,190); }
td.TdClassName
{
border-color: #9F52BE;
}
.TagClassName
{
border-color: #9F52BE;
}
</style>