Shades of Deep Lilac #8B53B0
Tints of Deep Lilac #8B53B0
RGB
CMYK
RGB Variations
Color information
#8B53B0 (or 0x8B53B0) is known color: Deep Lilac. HEX triplet: 8B, 53 and B0. RGB value is (139,83,176). Sum of RGB (Red+Green+Blue) = 139+83+176=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B53B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B53B0 is #74AC4F. Grayscale: #6E6E6E. Windows color (decimal): -7646288 or 11555723. OLE color: 11555723.
HSL color Cylindrical-coordinate representation of color #8B53B0: hue angle of 276.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B53B0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 83 | 176 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.31 |
| HSL | 276.13º | 0.37% | 0.51% | - |
| HSV(B) | 276.13º | 0.53% | 0.69% | - |
| XYZ | 21.58 | 14.81 | 42.8 | - |
| YUV | 110.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 176 | 0.21 | 0.53 | 0 | 0.31 | 276.13 | 0.37 | 0.51 |
| Hex | 8B | 53 | B0 | 15 | 35 | 0 | 1F | 114 | 25 | 33 |
| Octal | 213 | 123 | 260 | 25 | 65 | 0 | 37 | 424 | 45 | 63 |
| Binary | 10001011 | 1010011 | 10110000 | 10101 | 110101 | 0 | 11111 | 100010100 | 100101 | 110011 |
Color Harmonies of #8B53B0
Complementary color
Monochromatic Colors of #8B53B0
Black with #8B53B0
Text Example
Text Example
White with #8B53B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B53B0; }
p { color: rgb(139,83,176); }
H1.HeaderClassName
{
color: #8B53B0;
}
.AnyTagClassName
{
color: #8B53B0;
}
</style>
background-color css
<style>
a { background-color: #8B53B0; }
a { background-color: rgb(139,83,176); }
div.DivClassName
{
background-color: #8B53B0;
}
.BgClassName
{
background-color: #8B53B0;
}
</style>
border-color css
<style>
span { border-color: #8B53B0; }
span { border-color: rgb(139,83,176); }
td.TdClassName
{
border-color: #8B53B0;
}
.TagClassName
{
border-color: #8B53B0;
}
</style>