Shades of Deep Lilac #874BBA
Tints of Deep Lilac #874BBA
RGB
CMYK
RGB Variations
Color information
#874BBA (or 0x874BBA) is known color: Deep Lilac. HEX triplet: 87, 4B and BA. RGB value is (135,75,186). Sum of RGB (Red+Green+Blue) = 135+75+186=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #874BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BBA is #78B445. Grayscale: #696969. Windows color (decimal): -7910470 or 12209031. OLE color: 12209031.
HSL color Cylindrical-coordinate representation of color #874BBA: hue angle of 272.43º 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 #874BBA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 75 | 186 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.27 |
| HSL | 272.43º | 0.45% | 0.51% | - |
| HSV(B) | 272.43º | 0.6% | 0.73% | - |
| XYZ | 21.37 | 13.73 | 47.98 | - |
| YUV | 105.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 186 | 0.27 | 0.60 | 0 | 0.27 | 272.43 | 0.45 | 0.51 |
| Hex | 87 | 4B | BA | 1B | 3C | 0 | 1B | 110 | 2D | 33 |
| Octal | 207 | 113 | 272 | 33 | 74 | 0 | 33 | 420 | 55 | 63 |
| Binary | 10000111 | 1001011 | 10111010 | 11011 | 111100 | 0 | 11011 | 100010000 | 101101 | 110011 |
Color Harmonies of #874BBA
Complementary color
Monochromatic Colors of #874BBA
Black with #874BBA
Text Example
Text Example
White with #874BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BBA; }
p { color: rgb(135,75,186); }
H1.HeaderClassName
{
color: #874BBA;
}
.AnyTagClassName
{
color: #874BBA;
}
</style>
background-color css
<style>
a { background-color: #874BBA; }
a { background-color: rgb(135,75,186); }
div.DivClassName
{
background-color: #874BBA;
}
.BgClassName
{
background-color: #874BBA;
}
</style>
border-color css
<style>
span { border-color: #874BBA; }
span { border-color: rgb(135,75,186); }
td.TdClassName
{
border-color: #874BBA;
}
.TagClassName
{
border-color: #874BBA;
}
</style>