Shades of Deep Lilac #9F5CBE
Tints of Deep Lilac #9F5CBE
RGB
CMYK
RGB Variations
Color information
#9F5CBE (or 0x9F5CBE) is known color: Deep Lilac. HEX triplet: 9F, 5C and BE. RGB value is (159,92,190). Sum of RGB (Red+Green+Blue) = 159+92+190=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CBE is #60A341. Grayscale: #7A7A7A. Windows color (decimal): -6333250 or 12475551. OLE color: 12475551.
HSL color Cylindrical-coordinate representation of color #9F5CBE: hue angle of 281.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5CBE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 92 | 190 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.25 |
| HSL | 281.02º | 0.43% | 0.55% | - |
| HSV(B) | 281.02º | 0.52% | 0.75% | - |
| XYZ | 27.42 | 18.74 | 50.89 | - |
| YUV | 123.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 190 | 0.16 | 0.52 | 0 | 0.25 | 281.02 | 0.43 | 0.55 |
| Hex | 9F | 5C | BE | 10 | 34 | 0 | 19 | 119 | 2B | 37 |
| Octal | 237 | 134 | 276 | 20 | 64 | 0 | 31 | 431 | 53 | 67 |
| Binary | 10011111 | 1011100 | 10111110 | 10000 | 110100 | 0 | 11001 | 100011001 | 101011 | 110111 |
Color Harmonies of #9F5CBE
Complementary color
Monochromatic Colors of #9F5CBE
Black with #9F5CBE
Text Example
Text Example
White with #9F5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CBE; }
p { color: rgb(159,92,190); }
H1.HeaderClassName
{
color: #9F5CBE;
}
.AnyTagClassName
{
color: #9F5CBE;
}
</style>
background-color css
<style>
a { background-color: #9F5CBE; }
a { background-color: rgb(159,92,190); }
div.DivClassName
{
background-color: #9F5CBE;
}
.BgClassName
{
background-color: #9F5CBE;
}
</style>
border-color css
<style>
span { border-color: #9F5CBE; }
span { border-color: rgb(159,92,190); }
td.TdClassName
{
border-color: #9F5CBE;
}
.TagClassName
{
border-color: #9F5CBE;
}
</style>