Shades of Deep Lilac #9546BA
Tints of Deep Lilac #9546BA
RGB
CMYK
RGB Variations
Color information
#9546BA (or 0x9546BA) is known color: Deep Lilac. HEX triplet: 95, 46 and BA. RGB value is (149,70,186). Sum of RGB (Red+Green+Blue) = 149+70+186=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9546BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546BA is #6AB945. Grayscale: #6A6A6A. Windows color (decimal): -6994246 or 12207765. OLE color: 12207765.
HSL color Cylindrical-coordinate representation of color #9546BA: hue angle of 280.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9546BA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 70 | 186 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.27 |
| HSL | 280.86º | 0.46% | 0.5% | - |
| HSV(B) | 280.86º | 0.62% | 0.73% | - |
| XYZ | 23.45 | 14.32 | 47.98 | - |
| YUV | 106.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 186 | 0.20 | 0.62 | 0 | 0.27 | 280.86 | 0.46 | 0.5 |
| Hex | 95 | 46 | BA | 14 | 3E | 0 | 1B | 119 | 2E | 32 |
| Octal | 225 | 106 | 272 | 24 | 76 | 0 | 33 | 431 | 56 | 62 |
| Binary | 10010101 | 1000110 | 10111010 | 10100 | 111110 | 0 | 11011 | 100011001 | 101110 | 110010 |
Color Harmonies of #9546BA
Complementary color
Monochromatic Colors of #9546BA
Black with #9546BA
Text Example
Text Example
White with #9546BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9546BA; }
p { color: rgb(149,70,186); }
H1.HeaderClassName
{
color: #9546BA;
}
.AnyTagClassName
{
color: #9546BA;
}
</style>
background-color css
<style>
a { background-color: #9546BA; }
a { background-color: rgb(149,70,186); }
div.DivClassName
{
background-color: #9546BA;
}
.BgClassName
{
background-color: #9546BA;
}
</style>
border-color css
<style>
span { border-color: #9546BA; }
span { border-color: rgb(149,70,186); }
td.TdClassName
{
border-color: #9546BA;
}
.TagClassName
{
border-color: #9546BA;
}
</style>