Shades of Deep Lilac #874DBB
Tints of Deep Lilac #874DBB
RGB
CMYK
RGB Variations
Color information
#874DBB (or 0x874DBB) is known color: Deep Lilac. HEX triplet: 87, 4D and BB. RGB value is (135,77,187). Sum of RGB (Red+Green+Blue) = 135+77+187=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #874DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DBB is #78B244. Grayscale: #6A6A6A. Windows color (decimal): -7909957 or 12275079. OLE color: 12275079.
HSL color Cylindrical-coordinate representation of color #874DBB: hue angle of 271.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874DBB is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 77 | 187 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.27 |
| HSL | 271.64º | 0.45% | 0.52% | - |
| HSV(B) | 271.64º | 0.59% | 0.73% | - |
| XYZ | 21.62 | 14.05 | 48.59 | - |
| YUV | 106.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 187 | 0.28 | 0.59 | 0 | 0.27 | 271.64 | 0.45 | 0.52 |
| Hex | 87 | 4D | BB | 1C | 3B | 0 | 1B | 110 | 2D | 34 |
| Octal | 207 | 115 | 273 | 34 | 73 | 0 | 33 | 420 | 55 | 64 |
| Binary | 10000111 | 1001101 | 10111011 | 11100 | 111011 | 0 | 11011 | 100010000 | 101101 | 110100 |
Color Harmonies of #874DBB
Complementary color
Monochromatic Colors of #874DBB
Black with #874DBB
Text Example
Text Example
White with #874DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DBB; }
p { color: rgb(135,77,187); }
H1.HeaderClassName
{
color: #874DBB;
}
.AnyTagClassName
{
color: #874DBB;
}
</style>
background-color css
<style>
a { background-color: #874DBB; }
a { background-color: rgb(135,77,187); }
div.DivClassName
{
background-color: #874DBB;
}
.BgClassName
{
background-color: #874DBB;
}
</style>
border-color css
<style>
span { border-color: #874DBB; }
span { border-color: rgb(135,77,187); }
td.TdClassName
{
border-color: #874DBB;
}
.TagClassName
{
border-color: #874DBB;
}
</style>