Shades of Deep Lilac #9457BA
Tints of Deep Lilac #9457BA
RGB
CMYK
RGB Variations
Color information
#9457BA (or 0x9457BA) is known color: Deep Lilac. HEX triplet: 94, 57 and BA. RGB value is (148,87,186). Sum of RGB (Red+Green+Blue) = 148+87+186=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9457BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457BA is #6BA845. Grayscale: #747474. Windows color (decimal): -7055430 or 12212116. OLE color: 12212116.
HSL color Cylindrical-coordinate representation of color #9457BA: hue angle of 276.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9457BA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 87 | 186 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.27 |
| HSL | 276.97º | 0.42% | 0.54% | - |
| HSV(B) | 276.97º | 0.53% | 0.73% | - |
| XYZ | 24.48 | 16.66 | 48.38 | - |
| YUV | 116.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 186 | 0.20 | 0.53 | 0 | 0.27 | 276.97 | 0.42 | 0.54 |
| Hex | 94 | 57 | BA | 14 | 35 | 0 | 1B | 115 | 2A | 36 |
| Octal | 224 | 127 | 272 | 24 | 65 | 0 | 33 | 425 | 52 | 66 |
| Binary | 10010100 | 1010111 | 10111010 | 10100 | 110101 | 0 | 11011 | 100010101 | 101010 | 110110 |
Color Harmonies of #9457BA
Complementary color
Monochromatic Colors of #9457BA
Black with #9457BA
Text Example
Text Example
White with #9457BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9457BA; }
p { color: rgb(148,87,186); }
H1.HeaderClassName
{
color: #9457BA;
}
.AnyTagClassName
{
color: #9457BA;
}
</style>
background-color css
<style>
a { background-color: #9457BA; }
a { background-color: rgb(148,87,186); }
div.DivClassName
{
background-color: #9457BA;
}
.BgClassName
{
background-color: #9457BA;
}
</style>
border-color css
<style>
span { border-color: #9457BA; }
span { border-color: rgb(148,87,186); }
td.TdClassName
{
border-color: #9457BA;
}
.TagClassName
{
border-color: #9457BA;
}
</style>