Shades of Deep Lilac #874ABB
Tints of Deep Lilac #874ABB
RGB
CMYK
RGB Variations
Color information
#874ABB (or 0x874ABB) is known color: Deep Lilac. HEX triplet: 87, 4A and BB. RGB value is (135,74,187). Sum of RGB (Red+Green+Blue) = 135+74+187=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #874ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ABB is #78B544. Grayscale: #686868. Windows color (decimal): -7910725 or 12274311. OLE color: 12274311.
HSL color Cylindrical-coordinate representation of color #874ABB: hue angle of 272.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874ABB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 74 | 187 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.27 |
| HSL | 272.39º | 0.45% | 0.51% | - |
| HSV(B) | 272.39º | 0.6% | 0.73% | - |
| XYZ | 21.41 | 13.64 | 48.52 | - |
| YUV | 105.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 187 | 0.28 | 0.60 | 0 | 0.27 | 272.39 | 0.45 | 0.51 |
| Hex | 87 | 4A | BB | 1C | 3C | 0 | 1B | 110 | 2D | 33 |
| Octal | 207 | 112 | 273 | 34 | 74 | 0 | 33 | 420 | 55 | 63 |
| Binary | 10000111 | 1001010 | 10111011 | 11100 | 111100 | 0 | 11011 | 100010000 | 101101 | 110011 |
Color Harmonies of #874ABB
Complementary color
Monochromatic Colors of #874ABB
Black with #874ABB
Text Example
Text Example
White with #874ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ABB; }
p { color: rgb(135,74,187); }
H1.HeaderClassName
{
color: #874ABB;
}
.AnyTagClassName
{
color: #874ABB;
}
</style>
background-color css
<style>
a { background-color: #874ABB; }
a { background-color: rgb(135,74,187); }
div.DivClassName
{
background-color: #874ABB;
}
.BgClassName
{
background-color: #874ABB;
}
</style>
border-color css
<style>
span { border-color: #874ABB; }
span { border-color: rgb(135,74,187); }
td.TdClassName
{
border-color: #874ABB;
}
.TagClassName
{
border-color: #874ABB;
}
</style>