Shades of Deep Lilac #9F5BB8
Tints of Deep Lilac #9F5BB8
RGB
CMYK
RGB Variations
Color information
#9F5BB8 (or 0x9F5BB8) is known color: Deep Lilac. HEX triplet: 9F, 5B and B8. RGB value is (159,91,184). Sum of RGB (Red+Green+Blue) = 159+91+184=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #9F5BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BB8 is #60A447. Grayscale: #797979. Windows color (decimal): -6333512 or 12082079. OLE color: 12082079.
HSL color Cylindrical-coordinate representation of color #9F5BB8: hue angle of 283.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5BB8 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 91 | 184 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.28 |
| HSL | 283.87º | 0.4% | 0.54% | - |
| HSV(B) | 283.87º | 0.51% | 0.72% | - |
| XYZ | 26.69 | 18.31 | 47.48 | - |
| YUV | 121.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 184 | 0.14 | 0.51 | 0 | 0.28 | 283.87 | 0.4 | 0.54 |
| Hex | 9F | 5B | B8 | E | 33 | 0 | 1C | 11C | 28 | 36 |
| Octal | 237 | 133 | 270 | 16 | 63 | 0 | 34 | 434 | 50 | 66 |
| Binary | 10011111 | 1011011 | 10111000 | 1110 | 110011 | 0 | 11100 | 100011100 | 101000 | 110110 |
Color Harmonies of #9F5BB8
Complementary color
Monochromatic Colors of #9F5BB8
Black with #9F5BB8
Text Example
Text Example
White with #9F5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BB8; }
p { color: rgb(159,91,184); }
H1.HeaderClassName
{
color: #9F5BB8;
}
.AnyTagClassName
{
color: #9F5BB8;
}
</style>
background-color css
<style>
a { background-color: #9F5BB8; }
a { background-color: rgb(159,91,184); }
div.DivClassName
{
background-color: #9F5BB8;
}
.BgClassName
{
background-color: #9F5BB8;
}
</style>
border-color css
<style>
span { border-color: #9F5BB8; }
span { border-color: rgb(159,91,184); }
td.TdClassName
{
border-color: #9F5BB8;
}
.TagClassName
{
border-color: #9F5BB8;
}
</style>