Shades of Deep Lilac #874BB8
Tints of Deep Lilac #874BB8
RGB
CMYK
RGB Variations
Color information
#874BB8 (or 0x874BB8) is known color: Deep Lilac. HEX triplet: 87, 4B and B8. RGB value is (135,75,184). Sum of RGB (Red+Green+Blue) = 135+75+184=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #874BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BB8 is #78B447. Grayscale: #686868. Windows color (decimal): -7910472 or 12077959. OLE color: 12077959.
HSL color Cylindrical-coordinate representation of color #874BB8: hue angle of 273.03º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874BB8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 75 | 184 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.28 |
| HSL | 273.03º | 0.43% | 0.51% | - |
| HSV(B) | 273.03º | 0.59% | 0.72% | - |
| XYZ | 21.16 | 13.64 | 46.87 | - |
| YUV | 105.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 184 | 0.27 | 0.59 | 0 | 0.28 | 273.03 | 0.43 | 0.51 |
| Hex | 87 | 4B | B8 | 1B | 3B | 0 | 1C | 111 | 2B | 33 |
| Octal | 207 | 113 | 270 | 33 | 73 | 0 | 34 | 421 | 53 | 63 |
| Binary | 10000111 | 1001011 | 10111000 | 11011 | 111011 | 0 | 11100 | 100010001 | 101011 | 110011 |
Color Harmonies of #874BB8
Complementary color
Monochromatic Colors of #874BB8
Black with #874BB8
Text Example
Text Example
White with #874BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BB8; }
p { color: rgb(135,75,184); }
H1.HeaderClassName
{
color: #874BB8;
}
.AnyTagClassName
{
color: #874BB8;
}
</style>
background-color css
<style>
a { background-color: #874BB8; }
a { background-color: rgb(135,75,184); }
div.DivClassName
{
background-color: #874BB8;
}
.BgClassName
{
background-color: #874BB8;
}
</style>
border-color css
<style>
span { border-color: #874BB8; }
span { border-color: rgb(135,75,184); }
td.TdClassName
{
border-color: #874BB8;
}
.TagClassName
{
border-color: #874BB8;
}
</style>