Shades of Deep Lilac #9F4CBF
Tints of Deep Lilac #9F4CBF
RGB
CMYK
RGB Variations
Color information
#9F4CBF (or 0x9F4CBF) is known color: Deep Lilac. HEX triplet: 9F, 4C and BF. RGB value is (159,76,191). Sum of RGB (Red+Green+Blue) = 159+76+191=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CBF is #60B340. Grayscale: #717171. Windows color (decimal): -6337345 or 12536991. OLE color: 12536991.
HSL color Cylindrical-coordinate representation of color #9F4CBF: hue angle of 283.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4CBF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 76 | 191 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.25 |
| HSL | 283.3º | 0.47% | 0.52% | - |
| HSV(B) | 283.3º | 0.6% | 0.75% | - |
| XYZ | 26.29 | 16.3 | 51.05 | - |
| YUV | 113.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 191 | 0.17 | 0.60 | 0 | 0.25 | 283.3 | 0.47 | 0.52 |
| Hex | 9F | 4C | BF | 11 | 3C | 0 | 19 | 11B | 2F | 34 |
| Octal | 237 | 114 | 277 | 21 | 74 | 0 | 31 | 433 | 57 | 64 |
| Binary | 10011111 | 1001100 | 10111111 | 10001 | 111100 | 0 | 11001 | 100011011 | 101111 | 110100 |
Color Harmonies of #9F4CBF
Complementary color
Monochromatic Colors of #9F4CBF
Black with #9F4CBF
Text Example
Text Example
White with #9F4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CBF; }
p { color: rgb(159,76,191); }
H1.HeaderClassName
{
color: #9F4CBF;
}
.AnyTagClassName
{
color: #9F4CBF;
}
</style>
background-color css
<style>
a { background-color: #9F4CBF; }
a { background-color: rgb(159,76,191); }
div.DivClassName
{
background-color: #9F4CBF;
}
.BgClassName
{
background-color: #9F4CBF;
}
</style>
border-color css
<style>
span { border-color: #9F4CBF; }
span { border-color: rgb(159,76,191); }
td.TdClassName
{
border-color: #9F4CBF;
}
.TagClassName
{
border-color: #9F4CBF;
}
</style>