Shades of Vivid Violet #873C86
Tints of Vivid Violet #873C86
RGB
CMYK
RGB Variations
Color information
#873C86 (or 0x873C86) is known color: Vivid Violet. HEX triplet: 87, 3C and 86. RGB value is (135,60,134). Sum of RGB (Red+Green+Blue) = 135+60+134=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #873C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C86 is #78C379. Grayscale: #5A5A5A. Windows color (decimal): -7914362 or 8797319. OLE color: 8797319.
HSL color Cylindrical-coordinate representation of color #873C86: hue angle of 300.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C86 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 134 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.47 |
| HSL | 300.8º | 0.38% | 0.38% | - |
| HSV(B) | 300.8º | 0.56% | 0.53% | - |
| XYZ | 15.91 | 10.1 | 23.67 | - |
| YUV | 90.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 134 | 0 | 0.56 | 0.01 | 0.47 | 300.8 | 0.38 | 0.38 |
| Hex | 87 | 3C | 86 | 0 | 38 | 1 | 2F | 12D | 26 | 26 |
| Octal | 207 | 74 | 206 | 0 | 70 | 1 | 57 | 455 | 46 | 46 |
| Binary | 10000111 | 111100 | 10000110 | 0 | 111000 | 1 | 101111 | 100101101 | 100110 | 100110 |
Color Harmonies of #873C86
Complementary color
Monochromatic Colors of #873C86
Black with #873C86
Text Example
Text Example
White with #873C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C86; }
p { color: rgb(135,60,134); }
H1.HeaderClassName
{
color: #873C86;
}
.AnyTagClassName
{
color: #873C86;
}
</style>
background-color css
<style>
a { background-color: #873C86; }
a { background-color: rgb(135,60,134); }
div.DivClassName
{
background-color: #873C86;
}
.BgClassName
{
background-color: #873C86;
}
</style>
border-color css
<style>
span { border-color: #873C86; }
span { border-color: rgb(135,60,134); }
td.TdClassName
{
border-color: #873C86;
}
.TagClassName
{
border-color: #873C86;
}
</style>