Shades of Deep Lilac #9F45AB
Tints of Deep Lilac #9F45AB
RGB
CMYK
RGB Variations
Color information
#9F45AB (or 0x9F45AB) is known color: Deep Lilac. HEX triplet: 9F, 45 and AB. RGB value is (159,69,171). Sum of RGB (Red+Green+Blue) = 159+69+171=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F45AB is #60BA54. Grayscale: #6B6B6B. Windows color (decimal): -6339157 or 11224479. OLE color: 11224479.
HSL color Cylindrical-coordinate representation of color #9F45AB: hue angle of 292.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F45AB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 69 | 171 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.33 |
| HSL | 292.94º | 0.43% | 0.47% | - |
| HSV(B) | 292.94º | 0.6% | 0.67% | - |
| XYZ | 23.78 | 14.57 | 40.09 | - |
| YUV | 107.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 171 | 0.07 | 0.60 | 0 | 0.33 | 292.94 | 0.43 | 0.47 |
| Hex | 9F | 45 | AB | 7 | 3C | 0 | 21 | 125 | 2A | 2F |
| Octal | 237 | 105 | 253 | 7 | 74 | 0 | 41 | 445 | 52 | 57 |
| Binary | 10011111 | 1000101 | 10101011 | 111 | 111100 | 0 | 100001 | 100100101 | 101010 | 101111 |
Color Harmonies of #9F45AB
Complementary color
Monochromatic Colors of #9F45AB
Black with #9F45AB
Text Example
Text Example
White with #9F45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F45AB; }
p { color: rgb(159,69,171); }
H1.HeaderClassName
{
color: #9F45AB;
}
.AnyTagClassName
{
color: #9F45AB;
}
</style>
background-color css
<style>
a { background-color: #9F45AB; }
a { background-color: rgb(159,69,171); }
div.DivClassName
{
background-color: #9F45AB;
}
.BgClassName
{
background-color: #9F45AB;
}
</style>
border-color css
<style>
span { border-color: #9F45AB; }
span { border-color: rgb(159,69,171); }
td.TdClassName
{
border-color: #9F45AB;
}
.TagClassName
{
border-color: #9F45AB;
}
</style>