Shades of Vivid Violet #873A84
Tints of Vivid Violet #873A84
RGB
CMYK
RGB Variations
Color information
#873A84 (or 0x873A84) is known color: Vivid Violet. HEX triplet: 87, 3A and 84. RGB value is (135,58,132). Sum of RGB (Red+Green+Blue) = 135+58+132=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873A84 is #78C57B. Grayscale: #595959. Windows color (decimal): -7914876 or 8665735. OLE color: 8665735.
HSL color Cylindrical-coordinate representation of color #873A84: hue angle of 302.34º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A84 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 132 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.47 |
| HSL | 302.34º | 0.4% | 0.38% | - |
| HSV(B) | 302.34º | 0.57% | 0.53% | - |
| XYZ | 15.67 | 9.84 | 22.9 | - |
| YUV | 89.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 132 | 0 | 0.57 | 0.02 | 0.47 | 302.34 | 0.4 | 0.38 |
| Hex | 87 | 3A | 84 | 0 | 39 | 2 | 2F | 12E | 28 | 26 |
| Octal | 207 | 72 | 204 | 0 | 71 | 2 | 57 | 456 | 50 | 46 |
| Binary | 10000111 | 111010 | 10000100 | 0 | 111001 | 10 | 101111 | 100101110 | 101000 | 100110 |
Color Harmonies of #873A84
Complementary color
Monochromatic Colors of #873A84
Black with #873A84
Text Example
Text Example
White with #873A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A84; }
p { color: rgb(135,58,132); }
H1.HeaderClassName
{
color: #873A84;
}
.AnyTagClassName
{
color: #873A84;
}
</style>
background-color css
<style>
a { background-color: #873A84; }
a { background-color: rgb(135,58,132); }
div.DivClassName
{
background-color: #873A84;
}
.BgClassName
{
background-color: #873A84;
}
</style>
border-color css
<style>
span { border-color: #873A84; }
span { border-color: rgb(135,58,132); }
td.TdClassName
{
border-color: #873A84;
}
.TagClassName
{
border-color: #873A84;
}
</style>