Shades of Deep Lilac #9F45BD
Tints of Deep Lilac #9F45BD
RGB
CMYK
RGB Variations
Color information
#9F45BD (or 0x9F45BD) is known color: Deep Lilac. HEX triplet: 9F, 45 and BD. RGB value is (159,69,189). Sum of RGB (Red+Green+Blue) = 159+69+189=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F45BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F45BD is #60BA42. Grayscale: #6D6D6D. Windows color (decimal): -6339139 or 12404127. OLE color: 12404127.
HSL color Cylindrical-coordinate representation of color #9F45BD: hue angle of 285º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F45BD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 69 | 189 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.26 |
| HSL | 285º | 0.48% | 0.51% | - |
| HSV(B) | 285º | 0.63% | 0.74% | - |
| XYZ | 25.61 | 15.3 | 49.75 | - |
| YUV | 109.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 189 | 0.16 | 0.63 | 0 | 0.26 | 285 | 0.48 | 0.51 |
| Hex | 9F | 45 | BD | 10 | 3F | 0 | 1A | 11D | 30 | 33 |
| Octal | 237 | 105 | 275 | 20 | 77 | 0 | 32 | 435 | 60 | 63 |
| Binary | 10011111 | 1000101 | 10111101 | 10000 | 111111 | 0 | 11010 | 100011101 | 110000 | 110011 |
Color Harmonies of #9F45BD
Complementary color
Monochromatic Colors of #9F45BD
Black with #9F45BD
Text Example
Text Example
White with #9F45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F45BD; }
p { color: rgb(159,69,189); }
H1.HeaderClassName
{
color: #9F45BD;
}
.AnyTagClassName
{
color: #9F45BD;
}
</style>
background-color css
<style>
a { background-color: #9F45BD; }
a { background-color: rgb(159,69,189); }
div.DivClassName
{
background-color: #9F45BD;
}
.BgClassName
{
background-color: #9F45BD;
}
</style>
border-color css
<style>
span { border-color: #9F45BD; }
span { border-color: rgb(159,69,189); }
td.TdClassName
{
border-color: #9F45BD;
}
.TagClassName
{
border-color: #9F45BD;
}
</style>