Shades of Deep Lilac #8453BA
Tints of Deep Lilac #8453BA
RGB
CMYK
RGB Variations
Color information
#8453BA (or 0x8453BA) is known color: Deep Lilac. HEX triplet: 84, 53 and BA. RGB value is (132,83,186). Sum of RGB (Red+Green+Blue) = 132+83+186=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 83 (32.81% from 255 or 20.70% 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 #8453BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453BA is #7BAC45. Grayscale: #6D6D6D. Windows color (decimal): -8105030 or 12211076. OLE color: 12211076.
HSL color Cylindrical-coordinate representation of color #8453BA: hue angle of 268.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8453BA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 83 | 186 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.27 |
| HSL | 268.54º | 0.43% | 0.53% | - |
| HSV(B) | 268.54º | 0.55% | 0.73% | - |
| XYZ | 21.47 | 14.64 | 48.15 | - |
| YUV | 109.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 186 | 0.29 | 0.55 | 0 | 0.27 | 268.54 | 0.43 | 0.53 |
| Hex | 84 | 53 | BA | 1D | 37 | 0 | 1B | 10D | 2B | 35 |
| Octal | 204 | 123 | 272 | 35 | 67 | 0 | 33 | 415 | 53 | 65 |
| Binary | 10000100 | 1010011 | 10111010 | 11101 | 110111 | 0 | 11011 | 100001101 | 101011 | 110101 |
Color Harmonies of #8453BA
Complementary color
Monochromatic Colors of #8453BA
Black with #8453BA
Text Example
Text Example
White with #8453BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8453BA; }
p { color: rgb(132,83,186); }
H1.HeaderClassName
{
color: #8453BA;
}
.AnyTagClassName
{
color: #8453BA;
}
</style>
background-color css
<style>
a { background-color: #8453BA; }
a { background-color: rgb(132,83,186); }
div.DivClassName
{
background-color: #8453BA;
}
.BgClassName
{
background-color: #8453BA;
}
</style>
border-color css
<style>
span { border-color: #8453BA; }
span { border-color: rgb(132,83,186); }
td.TdClassName
{
border-color: #8453BA;
}
.TagClassName
{
border-color: #8453BA;
}
</style>