Shades of Deep Lilac #9544BA
Tints of Deep Lilac #9544BA
RGB
CMYK
RGB Variations
Color information
#9544BA (or 0x9544BA) is known color: Deep Lilac. HEX triplet: 95, 44 and BA. RGB value is (149,68,186). Sum of RGB (Red+Green+Blue) = 149+68+186=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9544BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544BA is #6ABB45. Grayscale: #696969. Windows color (decimal): -6994758 or 12207253. OLE color: 12207253.
HSL color Cylindrical-coordinate representation of color #9544BA: hue angle of 281.19º 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 #9544BA is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 68 | 186 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.27 |
| HSL | 281.19º | 0.46% | 0.5% | - |
| HSV(B) | 281.19º | 0.63% | 0.73% | - |
| XYZ | 23.32 | 14.07 | 47.94 | - |
| YUV | 105.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 186 | 0.20 | 0.63 | 0 | 0.27 | 281.19 | 0.46 | 0.5 |
| Hex | 95 | 44 | BA | 14 | 3F | 0 | 1B | 119 | 2E | 32 |
| Octal | 225 | 104 | 272 | 24 | 77 | 0 | 33 | 431 | 56 | 62 |
| Binary | 10010101 | 1000100 | 10111010 | 10100 | 111111 | 0 | 11011 | 100011001 | 101110 | 110010 |
Color Harmonies of #9544BA
Complementary color
Monochromatic Colors of #9544BA
Black with #9544BA
Text Example
Text Example
White with #9544BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9544BA; }
p { color: rgb(149,68,186); }
H1.HeaderClassName
{
color: #9544BA;
}
.AnyTagClassName
{
color: #9544BA;
}
</style>
background-color css
<style>
a { background-color: #9544BA; }
a { background-color: rgb(149,68,186); }
div.DivClassName
{
background-color: #9544BA;
}
.BgClassName
{
background-color: #9544BA;
}
</style>
border-color css
<style>
span { border-color: #9544BA; }
span { border-color: rgb(149,68,186); }
td.TdClassName
{
border-color: #9544BA;
}
.TagClassName
{
border-color: #9544BA;
}
</style>