Shades of Vivid Violet #874699
Tints of Vivid Violet #874699
RGB
CMYK
RGB Variations
Color information
#874699 (or 0x874699) is known color: Vivid Violet. HEX triplet: 87, 46 and 99. RGB value is (135,70,153). Sum of RGB (Red+Green+Blue) = 135+70+153=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #874699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874699 is #78B966. Grayscale: #626262. Windows color (decimal): -7911783 or 10045063. OLE color: 10045063.
HSL color Cylindrical-coordinate representation of color #874699: hue angle of 286.99º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874699 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 70 | 153 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.4 |
| HSL | 286.99º | 0.37% | 0.44% | - |
| HSV(B) | 286.99º | 0.54% | 0.6% | - |
| XYZ | 17.93 | 11.83 | 31.48 | - |
| YUV | 98.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 153 | 0.12 | 0.54 | 0 | 0.4 | 286.99 | 0.37 | 0.44 |
| Hex | 87 | 46 | 99 | C | 36 | 0 | 28 | 11F | 25 | 2C |
| Octal | 207 | 106 | 231 | 14 | 66 | 0 | 50 | 437 | 45 | 54 |
| Binary | 10000111 | 1000110 | 10011001 | 1100 | 110110 | 0 | 101000 | 100011111 | 100101 | 101100 |
Color Harmonies of #874699
Complementary color
Monochromatic Colors of #874699
Black with #874699
Text Example
Text Example
White with #874699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874699; }
p { color: rgb(135,70,153); }
H1.HeaderClassName
{
color: #874699;
}
.AnyTagClassName
{
color: #874699;
}
</style>
background-color css
<style>
a { background-color: #874699; }
a { background-color: rgb(135,70,153); }
div.DivClassName
{
background-color: #874699;
}
.BgClassName
{
background-color: #874699;
}
</style>
border-color css
<style>
span { border-color: #874699; }
span { border-color: rgb(135,70,153); }
td.TdClassName
{
border-color: #874699;
}
.TagClassName
{
border-color: #874699;
}
</style>