Shades of Vivid Violet #874E90
Tints of Vivid Violet #874E90
RGB
CMYK
RGB Variations
Color information
#874E90 (or 0x874E90) is known color: Vivid Violet. HEX triplet: 87, 4E and 90. RGB value is (135,78,144). Sum of RGB (Red+Green+Blue) = 135+78+144=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #874E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E90 is #78B16F. Grayscale: #666666. Windows color (decimal): -7909744 or 9457287. OLE color: 9457287.
HSL color Cylindrical-coordinate representation of color #874E90: hue angle of 291.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874E90 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 78 | 144 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.44 |
| HSL | 291.82º | 0.3% | 0.44% | - |
| HSV(B) | 291.82º | 0.46% | 0.56% | - |
| XYZ | 17.75 | 12.61 | 27.88 | - |
| YUV | 102.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 144 | 0.06 | 0.46 | 0 | 0.44 | 291.82 | 0.3 | 0.44 |
| Hex | 87 | 4E | 90 | 6 | 2E | 0 | 2C | 124 | 1E | 2C |
| Octal | 207 | 116 | 220 | 6 | 56 | 0 | 54 | 444 | 36 | 54 |
| Binary | 10000111 | 1001110 | 10010000 | 110 | 101110 | 0 | 101100 | 100100100 | 11110 | 101100 |
Color Harmonies of #874E90
Complementary color
Monochromatic Colors of #874E90
Black with #874E90
Text Example
Text Example
White with #874E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E90; }
p { color: rgb(135,78,144); }
H1.HeaderClassName
{
color: #874E90;
}
.AnyTagClassName
{
color: #874E90;
}
</style>
background-color css
<style>
a { background-color: #874E90; }
a { background-color: rgb(135,78,144); }
div.DivClassName
{
background-color: #874E90;
}
.BgClassName
{
background-color: #874E90;
}
</style>
border-color css
<style>
span { border-color: #874E90; }
span { border-color: rgb(135,78,144); }
td.TdClassName
{
border-color: #874E90;
}
.TagClassName
{
border-color: #874E90;
}
</style>