Shades of Deep Lilac #9F5EBF
Tints of Deep Lilac #9F5EBF
RGB
CMYK
RGB Variations
Color information
#9F5EBF (or 0x9F5EBF) is known color: Deep Lilac. HEX triplet: 9F, 5E and BF. RGB value is (159,94,191). Sum of RGB (Red+Green+Blue) = 159+94+191=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EBF is #60A140. Grayscale: #7C7C7C. Windows color (decimal): -6332737 or 12541599. OLE color: 12541599.
HSL color Cylindrical-coordinate representation of color #9F5EBF: hue angle of 280.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5EBF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 94 | 191 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.25 |
| HSL | 280.21º | 0.43% | 0.56% | - |
| HSV(B) | 280.21º | 0.51% | 0.75% | - |
| XYZ | 27.7 | 19.14 | 51.52 | - |
| YUV | 124.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 191 | 0.17 | 0.51 | 0 | 0.25 | 280.21 | 0.43 | 0.56 |
| Hex | 9F | 5E | BF | 11 | 33 | 0 | 19 | 118 | 2B | 38 |
| Octal | 237 | 136 | 277 | 21 | 63 | 0 | 31 | 430 | 53 | 70 |
| Binary | 10011111 | 1011110 | 10111111 | 10001 | 110011 | 0 | 11001 | 100011000 | 101011 | 111000 |
Color Harmonies of #9F5EBF
Complementary color
Monochromatic Colors of #9F5EBF
Black with #9F5EBF
Text Example
Text Example
White with #9F5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EBF; }
p { color: rgb(159,94,191); }
H1.HeaderClassName
{
color: #9F5EBF;
}
.AnyTagClassName
{
color: #9F5EBF;
}
</style>
background-color css
<style>
a { background-color: #9F5EBF; }
a { background-color: rgb(159,94,191); }
div.DivClassName
{
background-color: #9F5EBF;
}
.BgClassName
{
background-color: #9F5EBF;
}
</style>
border-color css
<style>
span { border-color: #9F5EBF; }
span { border-color: rgb(159,94,191); }
td.TdClassName
{
border-color: #9F5EBF;
}
.TagClassName
{
border-color: #9F5EBF;
}
</style>