Shades of Deep Lilac #9F5BBC
Tints of Deep Lilac #9F5BBC
RGB
CMYK
RGB Variations
Color information
#9F5BBC (or 0x9F5BBC) is known color: Deep Lilac. HEX triplet: 9F, 5B and BC. RGB value is (159,91,188). Sum of RGB (Red+Green+Blue) = 159+91+188=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BBC is #60A443. Grayscale: #7A7A7A. Windows color (decimal): -6333508 or 12344223. OLE color: 12344223.
HSL color Cylindrical-coordinate representation of color #9F5BBC: hue angle of 282.06º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5BBC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 91 | 188 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.26 |
| HSL | 282.06º | 0.42% | 0.55% | - |
| HSV(B) | 282.06º | 0.52% | 0.74% | - |
| XYZ | 27.12 | 18.48 | 49.72 | - |
| YUV | 122.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 188 | 0.15 | 0.52 | 0 | 0.26 | 282.06 | 0.42 | 0.55 |
| Hex | 9F | 5B | BC | F | 34 | 0 | 1A | 11A | 2A | 37 |
| Octal | 237 | 133 | 274 | 17 | 64 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10011111 | 1011011 | 10111100 | 1111 | 110100 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #9F5BBC
Complementary color
Monochromatic Colors of #9F5BBC
Black with #9F5BBC
Text Example
Text Example
White with #9F5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5BBC; }
p { color: rgb(159,91,188); }
H1.HeaderClassName
{
color: #9F5BBC;
}
.AnyTagClassName
{
color: #9F5BBC;
}
</style>
background-color css
<style>
a { background-color: #9F5BBC; }
a { background-color: rgb(159,91,188); }
div.DivClassName
{
background-color: #9F5BBC;
}
.BgClassName
{
background-color: #9F5BBC;
}
</style>
border-color css
<style>
span { border-color: #9F5BBC; }
span { border-color: rgb(159,91,188); }
td.TdClassName
{
border-color: #9F5BBC;
}
.TagClassName
{
border-color: #9F5BBC;
}
</style>