Shades of Deep Lilac #9B50BD
Tints of Deep Lilac #9B50BD
RGB
CMYK
RGB Variations
Color information
#9B50BD (or 0x9B50BD) is known color: Deep Lilac. HEX triplet: 9B, 50 and BD. RGB value is (155,80,189). Sum of RGB (Red+Green+Blue) = 155+80+189=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50BD is #64AF42. Grayscale: #727272. Windows color (decimal): -6598467 or 12406939. OLE color: 12406939.
HSL color Cylindrical-coordinate representation of color #9B50BD: hue angle of 281.28º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B50BD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 80 | 189 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.26 |
| HSL | 281.28º | 0.45% | 0.53% | - |
| HSV(B) | 281.28º | 0.58% | 0.74% | - |
| XYZ | 25.57 | 16.38 | 49.96 | - |
| YUV | 114.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 189 | 0.18 | 0.58 | 0 | 0.26 | 281.28 | 0.45 | 0.53 |
| Hex | 9B | 50 | BD | 12 | 3A | 0 | 1A | 119 | 2D | 35 |
| Octal | 233 | 120 | 275 | 22 | 72 | 0 | 32 | 431 | 55 | 65 |
| Binary | 10011011 | 1010000 | 10111101 | 10010 | 111010 | 0 | 11010 | 100011001 | 101101 | 110101 |
Color Harmonies of #9B50BD
Complementary color
Monochromatic Colors of #9B50BD
Black with #9B50BD
Text Example
Text Example
White with #9B50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B50BD; }
p { color: rgb(155,80,189); }
H1.HeaderClassName
{
color: #9B50BD;
}
.AnyTagClassName
{
color: #9B50BD;
}
</style>
background-color css
<style>
a { background-color: #9B50BD; }
a { background-color: rgb(155,80,189); }
div.DivClassName
{
background-color: #9B50BD;
}
.BgClassName
{
background-color: #9B50BD;
}
</style>
border-color css
<style>
span { border-color: #9B50BD; }
span { border-color: rgb(155,80,189); }
td.TdClassName
{
border-color: #9B50BD;
}
.TagClassName
{
border-color: #9B50BD;
}
</style>