Shades of Deep Lilac #8B4EB4
Tints of Deep Lilac #8B4EB4
RGB
CMYK
RGB Variations
Color information
#8B4EB4 (or 0x8B4EB4) is known color: Deep Lilac. HEX triplet: 8B, 4E and B4. RGB value is (139,78,180). Sum of RGB (Red+Green+Blue) = 139+78+180=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B4EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EB4 is #74B14B. Grayscale: #6B6B6B. Windows color (decimal): -7647564 or 11816587. OLE color: 11816587.
HSL color Cylindrical-coordinate representation of color #8B4EB4: hue angle of 275.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4EB4 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 78 | 180 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.29 |
| HSL | 275.88º | 0.4% | 0.51% | - |
| HSV(B) | 275.88º | 0.57% | 0.71% | - |
| XYZ | 21.61 | 14.23 | 44.79 | - |
| YUV | 107.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 180 | 0.23 | 0.57 | 0 | 0.29 | 275.88 | 0.4 | 0.51 |
| Hex | 8B | 4E | B4 | 17 | 39 | 0 | 1D | 114 | 28 | 33 |
| Octal | 213 | 116 | 264 | 27 | 71 | 0 | 35 | 424 | 50 | 63 |
| Binary | 10001011 | 1001110 | 10110100 | 10111 | 111001 | 0 | 11101 | 100010100 | 101000 | 110011 |
Color Harmonies of #8B4EB4
Complementary color
Monochromatic Colors of #8B4EB4
Black with #8B4EB4
Text Example
Text Example
White with #8B4EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4EB4; }
p { color: rgb(139,78,180); }
H1.HeaderClassName
{
color: #8B4EB4;
}
.AnyTagClassName
{
color: #8B4EB4;
}
</style>
background-color css
<style>
a { background-color: #8B4EB4; }
a { background-color: rgb(139,78,180); }
div.DivClassName
{
background-color: #8B4EB4;
}
.BgClassName
{
background-color: #8B4EB4;
}
</style>
border-color css
<style>
span { border-color: #8B4EB4; }
span { border-color: rgb(139,78,180); }
td.TdClassName
{
border-color: #8B4EB4;
}
.TagClassName
{
border-color: #8B4EB4;
}
</style>