Shades of Deep Lilac #9F5FBE
Tints of Deep Lilac #9F5FBE
RGB
CMYK
RGB Variations
Color information
#9F5FBE (or 0x9F5FBE) is known color: Deep Lilac. HEX triplet: 9F, 5F and BE. RGB value is (159,95,190). Sum of RGB (Red+Green+Blue) = 159+95+190=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FBE is #60A041. Grayscale: #7C7C7C. Windows color (decimal): -6332482 or 12476319. OLE color: 12476319.
HSL color Cylindrical-coordinate representation of color #9F5FBE: hue angle of 280.42º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5FBE is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 95 | 190 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.25 |
| HSL | 280.42º | 0.42% | 0.56% | - |
| HSV(B) | 280.42º | 0.5% | 0.75% | - |
| XYZ | 27.68 | 19.27 | 50.98 | - |
| YUV | 124.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 190 | 0.16 | 0.5 | 0 | 0.25 | 280.42 | 0.42 | 0.56 |
| Hex | 9F | 5F | BE | 10 | 32 | 0 | 19 | 118 | 2A | 38 |
| Octal | 237 | 137 | 276 | 20 | 62 | 0 | 31 | 430 | 52 | 70 |
| Binary | 10011111 | 1011111 | 10111110 | 10000 | 110010 | 0 | 11001 | 100011000 | 101010 | 111000 |
Color Harmonies of #9F5FBE
Complementary color
Monochromatic Colors of #9F5FBE
Black with #9F5FBE
Text Example
Text Example
White with #9F5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FBE; }
p { color: rgb(159,95,190); }
H1.HeaderClassName
{
color: #9F5FBE;
}
.AnyTagClassName
{
color: #9F5FBE;
}
</style>
background-color css
<style>
a { background-color: #9F5FBE; }
a { background-color: rgb(159,95,190); }
div.DivClassName
{
background-color: #9F5FBE;
}
.BgClassName
{
background-color: #9F5FBE;
}
</style>
border-color css
<style>
span { border-color: #9F5FBE; }
span { border-color: rgb(159,95,190); }
td.TdClassName
{
border-color: #9F5FBE;
}
.TagClassName
{
border-color: #9F5FBE;
}
</style>