Shades of Deep Lilac #8B4DB2
Tints of Deep Lilac #8B4DB2
RGB
CMYK
RGB Variations
Color information
#8B4DB2 (or 0x8B4DB2) is known color: Deep Lilac. HEX triplet: 8B, 4D and B2. RGB value is (139,77,178). Sum of RGB (Red+Green+Blue) = 139+77+178=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B4DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4DB2 is #74B24D. Grayscale: #6A6A6A. Windows color (decimal): -7647822 or 11685259. OLE color: 11685259.
HSL color Cylindrical-coordinate representation of color #8B4DB2: hue angle of 276.83º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4DB2 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 77 | 178 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.30 |
| HSL | 276.83º | 0.4% | 0.5% | - |
| HSV(B) | 276.83º | 0.57% | 0.7% | - |
| XYZ | 21.34 | 14.01 | 43.7 | - |
| YUV | 107.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 178 | 0.22 | 0.57 | 0 | 0.30 | 276.83 | 0.4 | 0.5 |
| Hex | 8B | 4D | B2 | 16 | 39 | 0 | 1E | 115 | 28 | 32 |
| Octal | 213 | 115 | 262 | 26 | 71 | 0 | 36 | 425 | 50 | 62 |
| Binary | 10001011 | 1001101 | 10110010 | 10110 | 111001 | 0 | 11110 | 100010101 | 101000 | 110010 |
Color Harmonies of #8B4DB2
Complementary color
Monochromatic Colors of #8B4DB2
Black with #8B4DB2
Text Example
Text Example
White with #8B4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DB2; }
p { color: rgb(139,77,178); }
H1.HeaderClassName
{
color: #8B4DB2;
}
.AnyTagClassName
{
color: #8B4DB2;
}
</style>
background-color css
<style>
a { background-color: #8B4DB2; }
a { background-color: rgb(139,77,178); }
div.DivClassName
{
background-color: #8B4DB2;
}
.BgClassName
{
background-color: #8B4DB2;
}
</style>
border-color css
<style>
span { border-color: #8B4DB2; }
span { border-color: rgb(139,77,178); }
td.TdClassName
{
border-color: #8B4DB2;
}
.TagClassName
{
border-color: #8B4DB2;
}
</style>