Shades of Deep Lilac #9F5DBE
Tints of Deep Lilac #9F5DBE
RGB
CMYK
RGB Variations
Color information
#9F5DBE (or 0x9F5DBE) is known color: Deep Lilac. HEX triplet: 9F, 5D and BE. RGB value is (159,93,190). Sum of RGB (Red+Green+Blue) = 159+93+190=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DBE is #60A241. Grayscale: #7B7B7B. Windows color (decimal): -6332994 or 12475807. OLE color: 12475807.
HSL color Cylindrical-coordinate representation of color #9F5DBE: hue angle of 280.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5DBE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 93 | 190 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.25 |
| HSL | 280.82º | 0.43% | 0.55% | - |
| HSV(B) | 280.82º | 0.51% | 0.75% | - |
| XYZ | 27.51 | 18.92 | 50.92 | - |
| YUV | 123.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 190 | 0.16 | 0.51 | 0 | 0.25 | 280.82 | 0.43 | 0.55 |
| Hex | 9F | 5D | BE | 10 | 33 | 0 | 19 | 119 | 2B | 37 |
| Octal | 237 | 135 | 276 | 20 | 63 | 0 | 31 | 431 | 53 | 67 |
| Binary | 10011111 | 1011101 | 10111110 | 10000 | 110011 | 0 | 11001 | 100011001 | 101011 | 110111 |
Color Harmonies of #9F5DBE
Complementary color
Monochromatic Colors of #9F5DBE
Black with #9F5DBE
Text Example
Text Example
White with #9F5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DBE; }
p { color: rgb(159,93,190); }
H1.HeaderClassName
{
color: #9F5DBE;
}
.AnyTagClassName
{
color: #9F5DBE;
}
</style>
background-color css
<style>
a { background-color: #9F5DBE; }
a { background-color: rgb(159,93,190); }
div.DivClassName
{
background-color: #9F5DBE;
}
.BgClassName
{
background-color: #9F5DBE;
}
</style>
border-color css
<style>
span { border-color: #9F5DBE; }
span { border-color: rgb(159,93,190); }
td.TdClassName
{
border-color: #9F5DBE;
}
.TagClassName
{
border-color: #9F5DBE;
}
</style>