Shades of Deep Lilac #9F50BA
Tints of Deep Lilac #9F50BA
RGB
CMYK
RGB Variations
Color information
#9F50BA (or 0x9F50BA) is known color: Deep Lilac. HEX triplet: 9F, 50 and BA. RGB value is (159,80,186). Sum of RGB (Red+Green+Blue) = 159+80+186=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50BA is #60AF45. Grayscale: #737373. Windows color (decimal): -6336326 or 12210335. OLE color: 12210335.
HSL color Cylindrical-coordinate representation of color #9F50BA: hue angle of 284.72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F50BA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 80 | 186 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.27 |
| HSL | 284.72º | 0.43% | 0.52% | - |
| HSV(B) | 284.72º | 0.57% | 0.73% | - |
| XYZ | 26.03 | 16.65 | 48.3 | - |
| YUV | 115.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 186 | 0.15 | 0.57 | 0 | 0.27 | 284.72 | 0.43 | 0.52 |
| Hex | 9F | 50 | BA | F | 39 | 0 | 1B | 11D | 2B | 34 |
| Octal | 237 | 120 | 272 | 17 | 71 | 0 | 33 | 435 | 53 | 64 |
| Binary | 10011111 | 1010000 | 10111010 | 1111 | 111001 | 0 | 11011 | 100011101 | 101011 | 110100 |
Color Harmonies of #9F50BA
Complementary color
Monochromatic Colors of #9F50BA
Black with #9F50BA
Text Example
Text Example
White with #9F50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50BA; }
p { color: rgb(159,80,186); }
H1.HeaderClassName
{
color: #9F50BA;
}
.AnyTagClassName
{
color: #9F50BA;
}
</style>
background-color css
<style>
a { background-color: #9F50BA; }
a { background-color: rgb(159,80,186); }
div.DivClassName
{
background-color: #9F50BA;
}
.BgClassName
{
background-color: #9F50BA;
}
</style>
border-color css
<style>
span { border-color: #9F50BA; }
span { border-color: rgb(159,80,186); }
td.TdClassName
{
border-color: #9F50BA;
}
.TagClassName
{
border-color: #9F50BA;
}
</style>