Shades of Vivid Violet #874A8D
Tints of Vivid Violet #874A8D
RGB
CMYK
RGB Variations
Color information
#874A8D (or 0x874A8D) is known color: Vivid Violet. HEX triplet: 87, 4A and 8D. RGB value is (135,74,141). Sum of RGB (Red+Green+Blue) = 135+74+141=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #874A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A8D is #78B572. Grayscale: #636363. Windows color (decimal): -7910771 or 9259655. OLE color: 9259655.
HSL color Cylindrical-coordinate representation of color #874A8D: hue angle of 294.63º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874A8D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 74 | 141 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.45 |
| HSL | 294.63º | 0.31% | 0.42% | - |
| HSV(B) | 294.63º | 0.48% | 0.55% | - |
| XYZ | 17.25 | 11.97 | 26.6 | - |
| YUV | 99.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 141 | 0.04 | 0.48 | 0 | 0.45 | 294.63 | 0.31 | 0.42 |
| Hex | 87 | 4A | 8D | 4 | 30 | 0 | 2D | 127 | 1F | 2A |
| Octal | 207 | 112 | 215 | 4 | 60 | 0 | 55 | 447 | 37 | 52 |
| Binary | 10000111 | 1001010 | 10001101 | 100 | 110000 | 0 | 101101 | 100100111 | 11111 | 101010 |
Color Harmonies of #874A8D
Complementary color
Monochromatic Colors of #874A8D
Black with #874A8D
Text Example
Text Example
White with #874A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A8D; }
p { color: rgb(135,74,141); }
H1.HeaderClassName
{
color: #874A8D;
}
.AnyTagClassName
{
color: #874A8D;
}
</style>
background-color css
<style>
a { background-color: #874A8D; }
a { background-color: rgb(135,74,141); }
div.DivClassName
{
background-color: #874A8D;
}
.BgClassName
{
background-color: #874A8D;
}
</style>
border-color css
<style>
span { border-color: #874A8D; }
span { border-color: rgb(135,74,141); }
td.TdClassName
{
border-color: #874A8D;
}
.TagClassName
{
border-color: #874A8D;
}
</style>