Shades of Deep Lilac #9542BA
Tints of Deep Lilac #9542BA
RGB
CMYK
RGB Variations
Color information
#9542BA (or 0x9542BA) is known color: Deep Lilac. HEX triplet: 95, 42 and BA. RGB value is (149,66,186). Sum of RGB (Red+Green+Blue) = 149+66+186=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #9542BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542BA is #6ABD45. Grayscale: #686868. Windows color (decimal): -6995270 or 12206741. OLE color: 12206741.
HSL color Cylindrical-coordinate representation of color #9542BA: hue angle of 281.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9542BA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 66 | 186 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.27 |
| HSL | 281.5º | 0.48% | 0.49% | - |
| HSV(B) | 281.5º | 0.65% | 0.73% | - |
| XYZ | 23.21 | 13.83 | 47.9 | - |
| YUV | 104.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 186 | 0.20 | 0.65 | 0 | 0.27 | 281.5 | 0.48 | 0.49 |
| Hex | 95 | 42 | BA | 14 | 41 | 0 | 1B | 11A | 30 | 31 |
| Octal | 225 | 102 | 272 | 24 | 101 | 0 | 33 | 432 | 60 | 61 |
| Binary | 10010101 | 1000010 | 10111010 | 10100 | 1000001 | 0 | 11011 | 100011010 | 110000 | 110001 |
Color Harmonies of #9542BA
Complementary color
Monochromatic Colors of #9542BA
Black with #9542BA
Text Example
Text Example
White with #9542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9542BA; }
p { color: rgb(149,66,186); }
H1.HeaderClassName
{
color: #9542BA;
}
.AnyTagClassName
{
color: #9542BA;
}
</style>
background-color css
<style>
a { background-color: #9542BA; }
a { background-color: rgb(149,66,186); }
div.DivClassName
{
background-color: #9542BA;
}
.BgClassName
{
background-color: #9542BA;
}
</style>
border-color css
<style>
span { border-color: #9542BA; }
span { border-color: rgb(149,66,186); }
td.TdClassName
{
border-color: #9542BA;
}
.TagClassName
{
border-color: #9542BA;
}
</style>