Shades of Deep Lilac #9F5CBC
Tints of Deep Lilac #9F5CBC
RGB
CMYK
RGB Variations
Color information
#9F5CBC (or 0x9F5CBC) is known color: Deep Lilac. HEX triplet: 9F, 5C and BC. RGB value is (159,92,188). Sum of RGB (Red+Green+Blue) = 159+92+188=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CBC is #60A343. Grayscale: #7A7A7A. Windows color (decimal): -6333252 or 12344479. OLE color: 12344479.
HSL color Cylindrical-coordinate representation of color #9F5CBC: hue angle of 281.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5CBC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 92 | 188 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 281.88º | 0.42% | 0.55% | - |
| HSV(B) | 281.88º | 0.51% | 0.74% | - |
| XYZ | 27.2 | 18.66 | 49.74 | - |
| YUV | 122.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 188 | 0.15 | 0.51 | 0 | 0.26 | 281.88 | 0.42 | 0.55 |
| Hex | 9F | 5C | BC | F | 33 | 0 | 1A | 11A | 2A | 37 |
| Octal | 237 | 134 | 274 | 17 | 63 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10011111 | 1011100 | 10111100 | 1111 | 110011 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #9F5CBC
Complementary color
Monochromatic Colors of #9F5CBC
Black with #9F5CBC
Text Example
Text Example
White with #9F5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CBC; }
p { color: rgb(159,92,188); }
H1.HeaderClassName
{
color: #9F5CBC;
}
.AnyTagClassName
{
color: #9F5CBC;
}
</style>
background-color css
<style>
a { background-color: #9F5CBC; }
a { background-color: rgb(159,92,188); }
div.DivClassName
{
background-color: #9F5CBC;
}
.BgClassName
{
background-color: #9F5CBC;
}
</style>
border-color css
<style>
span { border-color: #9F5CBC; }
span { border-color: rgb(159,92,188); }
td.TdClassName
{
border-color: #9F5CBC;
}
.TagClassName
{
border-color: #9F5CBC;
}
</style>