Shades of Deep Lilac #9F45BB
Tints of Deep Lilac #9F45BB
RGB
CMYK
RGB Variations
Color information
#9F45BB (or 0x9F45BB) is known color: Deep Lilac. HEX triplet: 9F, 45 and BB. RGB value is (159,69,187). Sum of RGB (Red+Green+Blue) = 159+69+187=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F45BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F45BB is #60BA44. Grayscale: #6C6C6C. Windows color (decimal): -6339141 or 12273055. OLE color: 12273055.
HSL color Cylindrical-coordinate representation of color #9F45BB: hue angle of 285.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F45BB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 69 | 187 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.27 |
| HSL | 285.76º | 0.46% | 0.5% | - |
| HSV(B) | 285.76º | 0.63% | 0.73% | - |
| XYZ | 25.4 | 15.22 | 48.61 | - |
| YUV | 109.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 187 | 0.15 | 0.63 | 0 | 0.27 | 285.76 | 0.46 | 0.5 |
| Hex | 9F | 45 | BB | F | 3F | 0 | 1B | 11E | 2E | 32 |
| Octal | 237 | 105 | 273 | 17 | 77 | 0 | 33 | 436 | 56 | 62 |
| Binary | 10011111 | 1000101 | 10111011 | 1111 | 111111 | 0 | 11011 | 100011110 | 101110 | 110010 |
Color Harmonies of #9F45BB
Complementary color
Monochromatic Colors of #9F45BB
Black with #9F45BB
Text Example
Text Example
White with #9F45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F45BB; }
p { color: rgb(159,69,187); }
H1.HeaderClassName
{
color: #9F45BB;
}
.AnyTagClassName
{
color: #9F45BB;
}
</style>
background-color css
<style>
a { background-color: #9F45BB; }
a { background-color: rgb(159,69,187); }
div.DivClassName
{
background-color: #9F45BB;
}
.BgClassName
{
background-color: #9F45BB;
}
</style>
border-color css
<style>
span { border-color: #9F45BB; }
span { border-color: rgb(159,69,187); }
td.TdClassName
{
border-color: #9F45BB;
}
.TagClassName
{
border-color: #9F45BB;
}
</style>