Shades of Deep Lilac #9F45B2
Tints of Deep Lilac #9F45B2
RGB
CMYK
RGB Variations
Color information
#9F45B2 (or 0x9F45B2) is known color: Deep Lilac. HEX triplet: 9F, 45 and B2. RGB value is (159,69,178). Sum of RGB (Red+Green+Blue) = 159+69+178=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #9F45B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F45B2 is #60BA4D. Grayscale: #6B6B6B. Windows color (decimal): -6339150 or 11683231. OLE color: 11683231.
HSL color Cylindrical-coordinate representation of color #9F45B2: hue angle of 289.54º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F45B2 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 69 | 178 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.30 |
| HSL | 289.54º | 0.44% | 0.48% | - |
| HSV(B) | 289.54º | 0.61% | 0.7% | - |
| XYZ | 24.46 | 14.84 | 43.69 | - |
| YUV | 108.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 178 | 0.11 | 0.61 | 0 | 0.30 | 289.54 | 0.44 | 0.48 |
| Hex | 9F | 45 | B2 | B | 3D | 0 | 1E | 122 | 2C | 30 |
| Octal | 237 | 105 | 262 | 13 | 75 | 0 | 36 | 442 | 54 | 60 |
| Binary | 10011111 | 1000101 | 10110010 | 1011 | 111101 | 0 | 11110 | 100100010 | 101100 | 110000 |
Color Harmonies of #9F45B2
Complementary color
Monochromatic Colors of #9F45B2
Black with #9F45B2
Text Example
Text Example
White with #9F45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F45B2; }
p { color: rgb(159,69,178); }
H1.HeaderClassName
{
color: #9F45B2;
}
.AnyTagClassName
{
color: #9F45B2;
}
</style>
background-color css
<style>
a { background-color: #9F45B2; }
a { background-color: rgb(159,69,178); }
div.DivClassName
{
background-color: #9F45B2;
}
.BgClassName
{
background-color: #9F45B2;
}
</style>
border-color css
<style>
span { border-color: #9F45B2; }
span { border-color: rgb(159,69,178); }
td.TdClassName
{
border-color: #9F45B2;
}
.TagClassName
{
border-color: #9F45B2;
}
</style>