Shades of Deep Lilac #9F3BB0
Tints of Deep Lilac #9F3BB0
RGB
CMYK
RGB Variations
Color information
#9F3BB0 (or 0x9F3BB0) is known color: Deep Lilac. HEX triplet: 9F, 3B and B0. RGB value is (159,59,176). Sum of RGB (Red+Green+Blue) = 159+59+176=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F3BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3BB0 is #60C44F. Grayscale: #656565. Windows color (decimal): -6341712 or 11549599. OLE color: 11549599.
HSL color Cylindrical-coordinate representation of color #9F3BB0: hue angle of 291.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3BB0 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 59 | 176 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.31 |
| HSL | 291.28º | 0.5% | 0.46% | - |
| HSV(B) | 291.28º | 0.66% | 0.69% | - |
| XYZ | 23.7 | 13.63 | 42.46 | - |
| YUV | 102.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 176 | 0.10 | 0.66 | 0 | 0.31 | 291.28 | 0.5 | 0.46 |
| Hex | 9F | 3B | B0 | A | 42 | 0 | 1F | 123 | 32 | 2E |
| Octal | 237 | 73 | 260 | 12 | 102 | 0 | 37 | 443 | 62 | 56 |
| Binary | 10011111 | 111011 | 10110000 | 1010 | 1000010 | 0 | 11111 | 100100011 | 110010 | 101110 |
Color Harmonies of #9F3BB0
Complementary color
Monochromatic Colors of #9F3BB0
Black with #9F3BB0
Text Example
Text Example
White with #9F3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BB0; }
p { color: rgb(159,59,176); }
H1.HeaderClassName
{
color: #9F3BB0;
}
.AnyTagClassName
{
color: #9F3BB0;
}
</style>
background-color css
<style>
a { background-color: #9F3BB0; }
a { background-color: rgb(159,59,176); }
div.DivClassName
{
background-color: #9F3BB0;
}
.BgClassName
{
background-color: #9F3BB0;
}
</style>
border-color css
<style>
span { border-color: #9F3BB0; }
span { border-color: rgb(159,59,176); }
td.TdClassName
{
border-color: #9F3BB0;
}
.TagClassName
{
border-color: #9F3BB0;
}
</style>