Shades of Deep Lilac #9153BA
Tints of Deep Lilac #9153BA
RGB
CMYK
RGB Variations
Color information
#9153BA (or 0x9153BA) is known color: Deep Lilac. HEX triplet: 91, 53 and BA. RGB value is (145,83,186). Sum of RGB (Red+Green+Blue) = 145+83+186=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #9153BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153BA is #6EAC45. Grayscale: #707070. Windows color (decimal): -7253062 or 12211089. OLE color: 12211089.
HSL color Cylindrical-coordinate representation of color #9153BA: hue angle of 276.12º 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 #9153BA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 83 | 186 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.27 |
| HSL | 276.12º | 0.43% | 0.53% | - |
| HSV(B) | 276.12º | 0.55% | 0.73% | - |
| XYZ | 23.63 | 15.75 | 48.25 | - |
| YUV | 113.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 186 | 0.22 | 0.55 | 0 | 0.27 | 276.12 | 0.43 | 0.53 |
| Hex | 91 | 53 | BA | 16 | 37 | 0 | 1B | 114 | 2B | 35 |
| Octal | 221 | 123 | 272 | 26 | 67 | 0 | 33 | 424 | 53 | 65 |
| Binary | 10010001 | 1010011 | 10111010 | 10110 | 110111 | 0 | 11011 | 100010100 | 101011 | 110101 |
Color Harmonies of #9153BA
Complementary color
Monochromatic Colors of #9153BA
Black with #9153BA
Text Example
Text Example
White with #9153BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153BA; }
p { color: rgb(145,83,186); }
H1.HeaderClassName
{
color: #9153BA;
}
.AnyTagClassName
{
color: #9153BA;
}
</style>
background-color css
<style>
a { background-color: #9153BA; }
a { background-color: rgb(145,83,186); }
div.DivClassName
{
background-color: #9153BA;
}
.BgClassName
{
background-color: #9153BA;
}
</style>
border-color css
<style>
span { border-color: #9153BA; }
span { border-color: rgb(145,83,186); }
td.TdClassName
{
border-color: #9153BA;
}
.TagClassName
{
border-color: #9153BA;
}
</style>