Shades of Deep Lilac #8B53BA
Tints of Deep Lilac #8B53BA
RGB
CMYK
RGB Variations
Color information
#8B53BA (or 0x8B53BA) is known color: Deep Lilac. HEX triplet: 8B, 53 and BA. RGB value is (139,83,186). Sum of RGB (Red+Green+Blue) = 139+83+186=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53BA is #74AC45. Grayscale: #6F6F6F. Windows color (decimal): -7646278 or 12211083. OLE color: 12211083.
HSL color Cylindrical-coordinate representation of color #8B53BA: hue angle of 272.62º 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 #8B53BA is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 83 | 186 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.27 |
| HSL | 272.62º | 0.43% | 0.53% | - |
| HSV(B) | 272.62º | 0.55% | 0.73% | - |
| XYZ | 22.6 | 15.22 | 48.2 | - |
| YUV | 111.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 186 | 0.25 | 0.55 | 0 | 0.27 | 272.62 | 0.43 | 0.53 |
| Hex | 8B | 53 | BA | 19 | 37 | 0 | 1B | 111 | 2B | 35 |
| Octal | 213 | 123 | 272 | 31 | 67 | 0 | 33 | 421 | 53 | 65 |
| Binary | 10001011 | 1010011 | 10111010 | 11001 | 110111 | 0 | 11011 | 100010001 | 101011 | 110101 |
Color Harmonies of #8B53BA
Complementary color
Monochromatic Colors of #8B53BA
Black with #8B53BA
Text Example
Text Example
White with #8B53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B53BA; }
p { color: rgb(139,83,186); }
H1.HeaderClassName
{
color: #8B53BA;
}
.AnyTagClassName
{
color: #8B53BA;
}
</style>
background-color css
<style>
a { background-color: #8B53BA; }
a { background-color: rgb(139,83,186); }
div.DivClassName
{
background-color: #8B53BA;
}
.BgClassName
{
background-color: #8B53BA;
}
</style>
border-color css
<style>
span { border-color: #8B53BA; }
span { border-color: rgb(139,83,186); }
td.TdClassName
{
border-color: #8B53BA;
}
.TagClassName
{
border-color: #8B53BA;
}
</style>