Shades of Deep Lilac #9244BA
Tints of Deep Lilac #9244BA
RGB
CMYK
RGB Variations
Color information
#9244BA (or 0x9244BA) is known color: Deep Lilac. HEX triplet: 92, 44 and BA. RGB value is (146,68,186). Sum of RGB (Red+Green+Blue) = 146+68+186=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #9244BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244BA is #6DBB45. Grayscale: #686868. Windows color (decimal): -7191366 or 12207250. OLE color: 12207250.
HSL color Cylindrical-coordinate representation of color #9244BA: hue angle of 279.66º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9244BA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 68 | 186 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.27 |
| HSL | 279.66º | 0.46% | 0.5% | - |
| HSV(B) | 279.66º | 0.63% | 0.73% | - |
| XYZ | 22.78 | 13.79 | 47.92 | - |
| YUV | 104.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 186 | 0.22 | 0.63 | 0 | 0.27 | 279.66 | 0.46 | 0.5 |
| Hex | 92 | 44 | BA | 16 | 3F | 0 | 1B | 118 | 2E | 32 |
| Octal | 222 | 104 | 272 | 26 | 77 | 0 | 33 | 430 | 56 | 62 |
| Binary | 10010010 | 1000100 | 10111010 | 10110 | 111111 | 0 | 11011 | 100011000 | 101110 | 110010 |
Color Harmonies of #9244BA
Complementary color
Monochromatic Colors of #9244BA
Black with #9244BA
Text Example
Text Example
White with #9244BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9244BA; }
p { color: rgb(146,68,186); }
H1.HeaderClassName
{
color: #9244BA;
}
.AnyTagClassName
{
color: #9244BA;
}
</style>
background-color css
<style>
a { background-color: #9244BA; }
a { background-color: rgb(146,68,186); }
div.DivClassName
{
background-color: #9244BA;
}
.BgClassName
{
background-color: #9244BA;
}
</style>
border-color css
<style>
span { border-color: #9244BA; }
span { border-color: rgb(146,68,186); }
td.TdClassName
{
border-color: #9244BA;
}
.TagClassName
{
border-color: #9244BA;
}
</style>