Shades of Deep Lilac #9B50C0
Tints of Deep Lilac #9B50C0
RGB
CMYK
RGB Variations
Color information
#9B50C0 (or 0x9B50C0) is known color: Deep Lilac. HEX triplet: 9B, 50 and C0. RGB value is (155,80,192). Sum of RGB (Red+Green+Blue) = 155+80+192=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50C0 is #64AF3F. Grayscale: #727272. Windows color (decimal): -6598464 or 12603547. OLE color: 12603547.
HSL color Cylindrical-coordinate representation of color #9B50C0: hue angle of 280.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B50C0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 80 | 192 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.25 |
| HSL | 280.18º | 0.47% | 0.53% | - |
| HSV(B) | 280.18º | 0.58% | 0.75% | - |
| XYZ | 25.9 | 16.51 | 51.69 | - |
| YUV | 115.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 192 | 0.19 | 0.58 | 0 | 0.25 | 280.18 | 0.47 | 0.53 |
| Hex | 9B | 50 | C0 | 13 | 3A | 0 | 19 | 118 | 2F | 35 |
| Octal | 233 | 120 | 300 | 23 | 72 | 0 | 31 | 430 | 57 | 65 |
| Binary | 10011011 | 1010000 | 11000000 | 10011 | 111010 | 0 | 11001 | 100011000 | 101111 | 110101 |
Color Harmonies of #9B50C0
Complementary color
Monochromatic Colors of #9B50C0
Black with #9B50C0
Text Example
Text Example
White with #9B50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B50C0; }
p { color: rgb(155,80,192); }
H1.HeaderClassName
{
color: #9B50C0;
}
.AnyTagClassName
{
color: #9B50C0;
}
</style>
background-color css
<style>
a { background-color: #9B50C0; }
a { background-color: rgb(155,80,192); }
div.DivClassName
{
background-color: #9B50C0;
}
.BgClassName
{
background-color: #9B50C0;
}
</style>
border-color css
<style>
span { border-color: #9B50C0; }
span { border-color: rgb(155,80,192); }
td.TdClassName
{
border-color: #9B50C0;
}
.TagClassName
{
border-color: #9B50C0;
}
</style>