Shades of Deep Lilac #874DB5
Tints of Deep Lilac #874DB5
RGB
CMYK
RGB Variations
Color information
#874DB5 (or 0x874DB5) is known color: Deep Lilac. HEX triplet: 87, 4D and B5. RGB value is (135,77,181). Sum of RGB (Red+Green+Blue) = 135+77+181=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #874DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DB5 is #78B24A. Grayscale: #696969. Windows color (decimal): -7909963 or 11881863. OLE color: 11881863.
HSL color Cylindrical-coordinate representation of color #874DB5: hue angle of 273.46º degrees, saturation: 0.41, 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 #874DB5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 77 | 181 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.29 |
| HSL | 273.46º | 0.41% | 0.51% | - |
| HSV(B) | 273.46º | 0.57% | 0.71% | - |
| XYZ | 20.99 | 13.79 | 45.27 | - |
| YUV | 106.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 181 | 0.25 | 0.57 | 0 | 0.29 | 273.46 | 0.41 | 0.51 |
| Hex | 87 | 4D | B5 | 19 | 39 | 0 | 1D | 111 | 29 | 33 |
| Octal | 207 | 115 | 265 | 31 | 71 | 0 | 35 | 421 | 51 | 63 |
| Binary | 10000111 | 1001101 | 10110101 | 11001 | 111001 | 0 | 11101 | 100010001 | 101001 | 110011 |
Color Harmonies of #874DB5
Complementary color
Monochromatic Colors of #874DB5
Black with #874DB5
Text Example
Text Example
White with #874DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DB5; }
p { color: rgb(135,77,181); }
H1.HeaderClassName
{
color: #874DB5;
}
.AnyTagClassName
{
color: #874DB5;
}
</style>
background-color css
<style>
a { background-color: #874DB5; }
a { background-color: rgb(135,77,181); }
div.DivClassName
{
background-color: #874DB5;
}
.BgClassName
{
background-color: #874DB5;
}
</style>
border-color css
<style>
span { border-color: #874DB5; }
span { border-color: rgb(135,77,181); }
td.TdClassName
{
border-color: #874DB5;
}
.TagClassName
{
border-color: #874DB5;
}
</style>