Shades of Deep Lilac #8B53AC
Tints of Deep Lilac #8B53AC
RGB
CMYK
RGB Variations
Color information
#8B53AC (or 0x8B53AC) is known color: Deep Lilac. HEX triplet: 8B, 53 and AC. RGB value is (139,83,172). Sum of RGB (Red+Green+Blue) = 139+83+172=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B53AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B53AC is #74AC53. Grayscale: #6D6D6D. Windows color (decimal): -7646292 or 11293579. OLE color: 11293579.
HSL color Cylindrical-coordinate representation of color #8B53AC: hue angle of 277.75º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B53AC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 83 | 172 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.33 |
| HSL | 277.75º | 0.35% | 0.5% | - |
| HSV(B) | 277.75º | 0.52% | 0.67% | - |
| XYZ | 21.19 | 14.65 | 40.74 | - |
| YUV | 109.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 172 | 0.19 | 0.52 | 0 | 0.33 | 277.75 | 0.35 | 0.5 |
| Hex | 8B | 53 | AC | 13 | 34 | 0 | 21 | 116 | 23 | 32 |
| Octal | 213 | 123 | 254 | 23 | 64 | 0 | 41 | 426 | 43 | 62 |
| Binary | 10001011 | 1010011 | 10101100 | 10011 | 110100 | 0 | 100001 | 100010110 | 100011 | 110010 |
Color Harmonies of #8B53AC
Complementary color
Monochromatic Colors of #8B53AC
Black with #8B53AC
Text Example
Text Example
White with #8B53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B53AC; }
p { color: rgb(139,83,172); }
H1.HeaderClassName
{
color: #8B53AC;
}
.AnyTagClassName
{
color: #8B53AC;
}
</style>
background-color css
<style>
a { background-color: #8B53AC; }
a { background-color: rgb(139,83,172); }
div.DivClassName
{
background-color: #8B53AC;
}
.BgClassName
{
background-color: #8B53AC;
}
</style>
border-color css
<style>
span { border-color: #8B53AC; }
span { border-color: rgb(139,83,172); }
td.TdClassName
{
border-color: #8B53AC;
}
.TagClassName
{
border-color: #8B53AC;
}
</style>