Shades of Deep Lilac #9F5CBF
Tints of Deep Lilac #9F5CBF
RGB
CMYK
RGB Variations
Color information
#9F5CBF (or 0x9F5CBF) is known color: Deep Lilac. HEX triplet: 9F, 5C and BF. RGB value is (159,92,191). Sum of RGB (Red+Green+Blue) = 159+92+191=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CBF is #60A340. Grayscale: #7A7A7A. Windows color (decimal): -6333249 or 12541087. OLE color: 12541087.
HSL color Cylindrical-coordinate representation of color #9F5CBF: hue angle of 280.61º degrees, saturation: 0.44, 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 #9F5CBF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 92 | 191 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.25 |
| HSL | 280.61º | 0.44% | 0.55% | - |
| HSV(B) | 280.61º | 0.52% | 0.75% | - |
| XYZ | 27.53 | 18.79 | 51.47 | - |
| YUV | 123.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 191 | 0.17 | 0.52 | 0 | 0.25 | 280.61 | 0.44 | 0.55 |
| Hex | 9F | 5C | BF | 11 | 34 | 0 | 19 | 119 | 2C | 37 |
| Octal | 237 | 134 | 277 | 21 | 64 | 0 | 31 | 431 | 54 | 67 |
| Binary | 10011111 | 1011100 | 10111111 | 10001 | 110100 | 0 | 11001 | 100011001 | 101100 | 110111 |
Color Harmonies of #9F5CBF
Complementary color
Monochromatic Colors of #9F5CBF
Black with #9F5CBF
Text Example
Text Example
White with #9F5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CBF; }
p { color: rgb(159,92,191); }
H1.HeaderClassName
{
color: #9F5CBF;
}
.AnyTagClassName
{
color: #9F5CBF;
}
</style>
background-color css
<style>
a { background-color: #9F5CBF; }
a { background-color: rgb(159,92,191); }
div.DivClassName
{
background-color: #9F5CBF;
}
.BgClassName
{
background-color: #9F5CBF;
}
</style>
border-color css
<style>
span { border-color: #9F5CBF; }
span { border-color: rgb(159,92,191); }
td.TdClassName
{
border-color: #9F5CBF;
}
.TagClassName
{
border-color: #9F5CBF;
}
</style>