Shades of Deep Lilac #9F52BD
Tints of Deep Lilac #9F52BD
RGB
CMYK
RGB Variations
Color information
#9F52BD (or 0x9F52BD) is known color: Deep Lilac. HEX triplet: 9F, 52 and BD. RGB value is (159,82,189). Sum of RGB (Red+Green+Blue) = 159+82+189=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F52BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52BD is #60AD42. Grayscale: #747474. Windows color (decimal): -6335811 or 12407455. OLE color: 12407455.
HSL color Cylindrical-coordinate representation of color #9F52BD: hue angle of 283.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F52BD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 82 | 189 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.26 |
| HSL | 283.18º | 0.45% | 0.53% | - |
| HSV(B) | 283.18º | 0.57% | 0.74% | - |
| XYZ | 26.5 | 17.08 | 50.04 | - |
| YUV | 117.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 189 | 0.16 | 0.57 | 0 | 0.26 | 283.18 | 0.45 | 0.53 |
| Hex | 9F | 52 | BD | 10 | 39 | 0 | 1A | 11B | 2D | 35 |
| Octal | 237 | 122 | 275 | 20 | 71 | 0 | 32 | 433 | 55 | 65 |
| Binary | 10011111 | 1010010 | 10111101 | 10000 | 111001 | 0 | 11010 | 100011011 | 101101 | 110101 |
Color Harmonies of #9F52BD
Complementary color
Monochromatic Colors of #9F52BD
Black with #9F52BD
Text Example
Text Example
White with #9F52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52BD; }
p { color: rgb(159,82,189); }
H1.HeaderClassName
{
color: #9F52BD;
}
.AnyTagClassName
{
color: #9F52BD;
}
</style>
background-color css
<style>
a { background-color: #9F52BD; }
a { background-color: rgb(159,82,189); }
div.DivClassName
{
background-color: #9F52BD;
}
.BgClassName
{
background-color: #9F52BD;
}
</style>
border-color css
<style>
span { border-color: #9F52BD; }
span { border-color: rgb(159,82,189); }
td.TdClassName
{
border-color: #9F52BD;
}
.TagClassName
{
border-color: #9F52BD;
}
</style>