Shades of Deep Lilac #8D4BB1
Tints of Deep Lilac #8D4BB1
RGB
CMYK
RGB Variations
Color information
#8D4BB1 (or 0x8D4BB1) is known color: Deep Lilac. HEX triplet: 8D, 4B and B1. RGB value is (141,75,177). Sum of RGB (Red+Green+Blue) = 141+75+177=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D4BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4BB1 is #72B44E. Grayscale: #6A6A6A. Windows color (decimal): -7517263 or 11619213. OLE color: 11619213.
HSL color Cylindrical-coordinate representation of color #8D4BB1: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D4BB1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 75 | 177 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.31 |
| HSL | 278.82º | 0.4% | 0.49% | - |
| HSV(B) | 278.82º | 0.58% | 0.69% | - |
| XYZ | 21.44 | 13.87 | 43.14 | - |
| YUV | 106.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 177 | 0.20 | 0.58 | 0 | 0.31 | 278.82 | 0.4 | 0.49 |
| Hex | 8D | 4B | B1 | 14 | 3A | 0 | 1F | 117 | 28 | 31 |
| Octal | 215 | 113 | 261 | 24 | 72 | 0 | 37 | 427 | 50 | 61 |
| Binary | 10001101 | 1001011 | 10110001 | 10100 | 111010 | 0 | 11111 | 100010111 | 101000 | 110001 |
Color Harmonies of #8D4BB1
Complementary color
Monochromatic Colors of #8D4BB1
Black with #8D4BB1
Text Example
Text Example
White with #8D4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BB1; }
p { color: rgb(141,75,177); }
H1.HeaderClassName
{
color: #8D4BB1;
}
.AnyTagClassName
{
color: #8D4BB1;
}
</style>
background-color css
<style>
a { background-color: #8D4BB1; }
a { background-color: rgb(141,75,177); }
div.DivClassName
{
background-color: #8D4BB1;
}
.BgClassName
{
background-color: #8D4BB1;
}
</style>
border-color css
<style>
span { border-color: #8D4BB1; }
span { border-color: rgb(141,75,177); }
td.TdClassName
{
border-color: #8D4BB1;
}
.TagClassName
{
border-color: #8D4BB1;
}
</style>