Shades of Vivid Violet #873C85
Tints of Vivid Violet #873C85
RGB
CMYK
RGB Variations
Color information
#873C85 (or 0x873C85) is known color: Vivid Violet. HEX triplet: 87, 3C and 85. RGB value is (135,60,133). Sum of RGB (Red+Green+Blue) = 135+60+133=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #873C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C85 is #78C37A. Grayscale: #5A5A5A. Windows color (decimal): -7914363 or 8731783. OLE color: 8731783.
HSL color Cylindrical-coordinate representation of color #873C85: hue angle of 301.6º 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 #873C85 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 133 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.47 |
| HSL | 301.6º | 0.38% | 0.38% | - |
| HSV(B) | 301.6º | 0.56% | 0.53% | - |
| XYZ | 15.84 | 10.08 | 23.3 | - |
| YUV | 90.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 133 | 0 | 0.56 | 0.01 | 0.47 | 301.6 | 0.38 | 0.38 |
| Hex | 87 | 3C | 85 | 0 | 38 | 1 | 2F | 12E | 26 | 26 |
| Octal | 207 | 74 | 205 | 0 | 70 | 1 | 57 | 456 | 46 | 46 |
| Binary | 10000111 | 111100 | 10000101 | 0 | 111000 | 1 | 101111 | 100101110 | 100110 | 100110 |
Color Harmonies of #873C85
Complementary color
Monochromatic Colors of #873C85
Black with #873C85
Text Example
Text Example
White with #873C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C85; }
p { color: rgb(135,60,133); }
H1.HeaderClassName
{
color: #873C85;
}
.AnyTagClassName
{
color: #873C85;
}
</style>
background-color css
<style>
a { background-color: #873C85; }
a { background-color: rgb(135,60,133); }
div.DivClassName
{
background-color: #873C85;
}
.BgClassName
{
background-color: #873C85;
}
</style>
border-color css
<style>
span { border-color: #873C85; }
span { border-color: rgb(135,60,133); }
td.TdClassName
{
border-color: #873C85;
}
.TagClassName
{
border-color: #873C85;
}
</style>