Shades of Vivid Violet #874E9E
Tints of Vivid Violet #874E9E
RGB
CMYK
RGB Variations
Color information
#874E9E (or 0x874E9E) is known color: Vivid Violet. HEX triplet: 87, 4E and 9E. RGB value is (135,78,158). Sum of RGB (Red+Green+Blue) = 135+78+158=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #874E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E9E is #78B161. Grayscale: #676767. Windows color (decimal): -7909730 or 10374791. OLE color: 10374791.
HSL color Cylindrical-coordinate representation of color #874E9E: hue angle of 282.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874E9E is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 78 | 158 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.38 |
| HSL | 282.75º | 0.34% | 0.46% | - |
| HSV(B) | 282.75º | 0.51% | 0.62% | - |
| XYZ | 18.89 | 13.07 | 33.87 | - |
| YUV | 104.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 158 | 0.15 | 0.51 | 0 | 0.38 | 282.75 | 0.34 | 0.46 |
| Hex | 87 | 4E | 9E | F | 33 | 0 | 26 | 11B | 22 | 2E |
| Octal | 207 | 116 | 236 | 17 | 63 | 0 | 46 | 433 | 42 | 56 |
| Binary | 10000111 | 1001110 | 10011110 | 1111 | 110011 | 0 | 100110 | 100011011 | 100010 | 101110 |
Color Harmonies of #874E9E
Complementary color
Monochromatic Colors of #874E9E
Black with #874E9E
Text Example
Text Example
White with #874E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E9E; }
p { color: rgb(135,78,158); }
H1.HeaderClassName
{
color: #874E9E;
}
.AnyTagClassName
{
color: #874E9E;
}
</style>
background-color css
<style>
a { background-color: #874E9E; }
a { background-color: rgb(135,78,158); }
div.DivClassName
{
background-color: #874E9E;
}
.BgClassName
{
background-color: #874E9E;
}
</style>
border-color css
<style>
span { border-color: #874E9E; }
span { border-color: rgb(135,78,158); }
td.TdClassName
{
border-color: #874E9E;
}
.TagClassName
{
border-color: #874E9E;
}
</style>