Shades of Deep Lilac #874DB3
Tints of Deep Lilac #874DB3
RGB
CMYK
RGB Variations
Color information
#874DB3 (or 0x874DB3) is known color: Deep Lilac. HEX triplet: 87, 4D and B3. RGB value is (135,77,179). Sum of RGB (Red+Green+Blue) = 135+77+179=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #874DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DB3 is #78B24C. Grayscale: #696969. Windows color (decimal): -7909965 or 11750791. OLE color: 11750791.
HSL color Cylindrical-coordinate representation of color #874DB3: hue angle of 274.12º 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 #874DB3 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 77 | 179 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.30 |
| HSL | 274.12º | 0.4% | 0.5% | - |
| HSV(B) | 274.12º | 0.57% | 0.7% | - |
| XYZ | 20.78 | 13.71 | 44.2 | - |
| YUV | 105.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 179 | 0.25 | 0.57 | 0 | 0.30 | 274.12 | 0.4 | 0.5 |
| Hex | 87 | 4D | B3 | 19 | 39 | 0 | 1E | 112 | 28 | 32 |
| Octal | 207 | 115 | 263 | 31 | 71 | 0 | 36 | 422 | 50 | 62 |
| Binary | 10000111 | 1001101 | 10110011 | 11001 | 111001 | 0 | 11110 | 100010010 | 101000 | 110010 |
Color Harmonies of #874DB3
Complementary color
Monochromatic Colors of #874DB3
Black with #874DB3
Text Example
Text Example
White with #874DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DB3; }
p { color: rgb(135,77,179); }
H1.HeaderClassName
{
color: #874DB3;
}
.AnyTagClassName
{
color: #874DB3;
}
</style>
background-color css
<style>
a { background-color: #874DB3; }
a { background-color: rgb(135,77,179); }
div.DivClassName
{
background-color: #874DB3;
}
.BgClassName
{
background-color: #874DB3;
}
</style>
border-color css
<style>
span { border-color: #874DB3; }
span { border-color: rgb(135,77,179); }
td.TdClassName
{
border-color: #874DB3;
}
.TagClassName
{
border-color: #874DB3;
}
</style>