Shades of Deep Lilac #9461BA
Tints of Deep Lilac #9461BA
RGB
CMYK
RGB Variations
Color information
#9461BA (or 0x9461BA) is known color: Deep Lilac. HEX triplet: 94, 61 and BA. RGB value is (148,97,186). Sum of RGB (Red+Green+Blue) = 148+97+186=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9461BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BA is #6B9E45. Grayscale: #7A7A7A. Windows color (decimal): -7052870 or 12214676. OLE color: 12214676.
HSL color Cylindrical-coordinate representation of color #9461BA: hue angle of 274.38º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9461BA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 97 | 186 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.27 |
| HSL | 274.38º | 0.39% | 0.55% | - |
| HSV(B) | 274.38º | 0.48% | 0.73% | - |
| XYZ | 25.35 | 18.39 | 48.67 | - |
| YUV | 122.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 186 | 0.20 | 0.48 | 0 | 0.27 | 274.38 | 0.39 | 0.55 |
| Hex | 94 | 61 | BA | 14 | 30 | 0 | 1B | 112 | 27 | 37 |
| Octal | 224 | 141 | 272 | 24 | 60 | 0 | 33 | 422 | 47 | 67 |
| Binary | 10010100 | 1100001 | 10111010 | 10100 | 110000 | 0 | 11011 | 100010010 | 100111 | 110111 |
Color Harmonies of #9461BA
Complementary color
Monochromatic Colors of #9461BA
Black with #9461BA
Text Example
Text Example
White with #9461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9461BA; }
p { color: rgb(148,97,186); }
H1.HeaderClassName
{
color: #9461BA;
}
.AnyTagClassName
{
color: #9461BA;
}
</style>
background-color css
<style>
a { background-color: #9461BA; }
a { background-color: rgb(148,97,186); }
div.DivClassName
{
background-color: #9461BA;
}
.BgClassName
{
background-color: #9461BA;
}
</style>
border-color css
<style>
span { border-color: #9461BA; }
span { border-color: rgb(148,97,186); }
td.TdClassName
{
border-color: #9461BA;
}
.TagClassName
{
border-color: #9461BA;
}
</style>