Shades of Deep Lilac #9140BA
Tints of Deep Lilac #9140BA
RGB
CMYK
RGB Variations
Color information
#9140BA (or 0x9140BA) is known color: Deep Lilac. HEX triplet: 91, 40 and BA. RGB value is (145,64,186). Sum of RGB (Red+Green+Blue) = 145+64+186=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #9140BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140BA is #6EBF45. Grayscale: #656565. Windows color (decimal): -7257926 or 12206225. OLE color: 12206225.
HSL color Cylindrical-coordinate representation of color #9140BA: hue angle of 279.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9140BA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 64 | 186 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.27 |
| HSL | 279.84º | 0.49% | 0.49% | - |
| HSV(B) | 279.84º | 0.66% | 0.73% | - |
| XYZ | 22.37 | 13.23 | 47.83 | - |
| YUV | 102.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 186 | 0.22 | 0.66 | 0 | 0.27 | 279.84 | 0.49 | 0.49 |
| Hex | 91 | 40 | BA | 16 | 42 | 0 | 1B | 118 | 31 | 31 |
| Octal | 221 | 100 | 272 | 26 | 102 | 0 | 33 | 430 | 61 | 61 |
| Binary | 10010001 | 1000000 | 10111010 | 10110 | 1000010 | 0 | 11011 | 100011000 | 110001 | 110001 |
Color Harmonies of #9140BA
Complementary color
Monochromatic Colors of #9140BA
Black with #9140BA
Text Example
Text Example
White with #9140BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140BA; }
p { color: rgb(145,64,186); }
H1.HeaderClassName
{
color: #9140BA;
}
.AnyTagClassName
{
color: #9140BA;
}
</style>
background-color css
<style>
a { background-color: #9140BA; }
a { background-color: rgb(145,64,186); }
div.DivClassName
{
background-color: #9140BA;
}
.BgClassName
{
background-color: #9140BA;
}
</style>
border-color css
<style>
span { border-color: #9140BA; }
span { border-color: rgb(145,64,186); }
td.TdClassName
{
border-color: #9140BA;
}
.TagClassName
{
border-color: #9140BA;
}
</style>