Shades of Deep Lilac #8B54BC
Tints of Deep Lilac #8B54BC
RGB
CMYK
RGB Variations
Color information
#8B54BC (or 0x8B54BC) is known color: Deep Lilac. HEX triplet: 8B, 54 and BC. RGB value is (139,84,188). Sum of RGB (Red+Green+Blue) = 139+84+188=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B54BC is #74AB43. Grayscale: #6F6F6F. Windows color (decimal): -7646020 or 12342411. OLE color: 12342411.
HSL color Cylindrical-coordinate representation of color #8B54BC: hue angle of 271.73º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B54BC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 84 | 188 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.26 |
| HSL | 271.73º | 0.44% | 0.53% | - |
| HSV(B) | 271.73º | 0.55% | 0.74% | - |
| XYZ | 22.89 | 15.46 | 49.35 | - |
| YUV | 112.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 188 | 0.26 | 0.55 | 0 | 0.26 | 271.73 | 0.44 | 0.53 |
| Hex | 8B | 54 | BC | 1A | 37 | 0 | 1A | 110 | 2C | 35 |
| Octal | 213 | 124 | 274 | 32 | 67 | 0 | 32 | 420 | 54 | 65 |
| Binary | 10001011 | 1010100 | 10111100 | 11010 | 110111 | 0 | 11010 | 100010000 | 101100 | 110101 |
Color Harmonies of #8B54BC
Complementary color
Monochromatic Colors of #8B54BC
Black with #8B54BC
Text Example
Text Example
White with #8B54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B54BC; }
p { color: rgb(139,84,188); }
H1.HeaderClassName
{
color: #8B54BC;
}
.AnyTagClassName
{
color: #8B54BC;
}
</style>
background-color css
<style>
a { background-color: #8B54BC; }
a { background-color: rgb(139,84,188); }
div.DivClassName
{
background-color: #8B54BC;
}
.BgClassName
{
background-color: #8B54BC;
}
</style>
border-color css
<style>
span { border-color: #8B54BC; }
span { border-color: rgb(139,84,188); }
td.TdClassName
{
border-color: #8B54BC;
}
.TagClassName
{
border-color: #8B54BC;
}
</style>