Shades of Deep Lilac #9456BA
Tints of Deep Lilac #9456BA
RGB
CMYK
RGB Variations
Color information
#9456BA (or 0x9456BA) is known color: Deep Lilac. HEX triplet: 94, 56 and BA. RGB value is (148,86,186). Sum of RGB (Red+Green+Blue) = 148+86+186=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9456BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456BA is #6BA945. Grayscale: #737373. Windows color (decimal): -7055686 or 12211860. OLE color: 12211860.
HSL color Cylindrical-coordinate representation of color #9456BA: hue angle of 277.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9456BA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 86 | 186 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.27 |
| HSL | 277.2º | 0.42% | 0.53% | - |
| HSV(B) | 277.2º | 0.54% | 0.73% | - |
| XYZ | 24.4 | 16.5 | 48.35 | - |
| YUV | 115.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 186 | 0.20 | 0.54 | 0 | 0.27 | 277.2 | 0.42 | 0.53 |
| Hex | 94 | 56 | BA | 14 | 36 | 0 | 1B | 115 | 2A | 35 |
| Octal | 224 | 126 | 272 | 24 | 66 | 0 | 33 | 425 | 52 | 65 |
| Binary | 10010100 | 1010110 | 10111010 | 10100 | 110110 | 0 | 11011 | 100010101 | 101010 | 110101 |
Color Harmonies of #9456BA
Complementary color
Monochromatic Colors of #9456BA
Black with #9456BA
Text Example
Text Example
White with #9456BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456BA; }
p { color: rgb(148,86,186); }
H1.HeaderClassName
{
color: #9456BA;
}
.AnyTagClassName
{
color: #9456BA;
}
</style>
background-color css
<style>
a { background-color: #9456BA; }
a { background-color: rgb(148,86,186); }
div.DivClassName
{
background-color: #9456BA;
}
.BgClassName
{
background-color: #9456BA;
}
</style>
border-color css
<style>
span { border-color: #9456BA; }
span { border-color: rgb(148,86,186); }
td.TdClassName
{
border-color: #9456BA;
}
.TagClassName
{
border-color: #9456BA;
}
</style>