Shades of Deep Lilac #9B53BA
Tints of Deep Lilac #9B53BA
RGB
CMYK
RGB Variations
Color information
#9B53BA (or 0x9B53BA) is known color: Deep Lilac. HEX triplet: 9B, 53 and BA. RGB value is (155,83,186). Sum of RGB (Red+Green+Blue) = 155+83+186=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53BA is #64AC45. Grayscale: #737373. Windows color (decimal): -6597702 or 12211099. OLE color: 12211099.
HSL color Cylindrical-coordinate representation of color #9B53BA: hue angle of 281.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B53BA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 83 | 186 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.27 |
| HSL | 281.94º | 0.43% | 0.53% | - |
| HSV(B) | 281.94º | 0.55% | 0.73% | - |
| XYZ | 25.47 | 16.7 | 48.34 | - |
| YUV | 116.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 186 | 0.17 | 0.55 | 0 | 0.27 | 281.94 | 0.43 | 0.53 |
| Hex | 9B | 53 | BA | 11 | 37 | 0 | 1B | 11A | 2B | 35 |
| Octal | 233 | 123 | 272 | 21 | 67 | 0 | 33 | 432 | 53 | 65 |
| Binary | 10011011 | 1010011 | 10111010 | 10001 | 110111 | 0 | 11011 | 100011010 | 101011 | 110101 |
Color Harmonies of #9B53BA
Complementary color
Monochromatic Colors of #9B53BA
Black with #9B53BA
Text Example
Text Example
White with #9B53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53BA; }
p { color: rgb(155,83,186); }
H1.HeaderClassName
{
color: #9B53BA;
}
.AnyTagClassName
{
color: #9B53BA;
}
</style>
background-color css
<style>
a { background-color: #9B53BA; }
a { background-color: rgb(155,83,186); }
div.DivClassName
{
background-color: #9B53BA;
}
.BgClassName
{
background-color: #9B53BA;
}
</style>
border-color css
<style>
span { border-color: #9B53BA; }
span { border-color: rgb(155,83,186); }
td.TdClassName
{
border-color: #9B53BA;
}
.TagClassName
{
border-color: #9B53BA;
}
</style>