Shades of Vivid Violet #873B83
Tints of Vivid Violet #873B83
RGB
CMYK
RGB Variations
Color information
#873B83 (or 0x873B83) is known color: Vivid Violet. HEX triplet: 87, 3B and 83. RGB value is (135,59,131). Sum of RGB (Red+Green+Blue) = 135+59+131=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873B83 is #78C47C. Grayscale: #595959. Windows color (decimal): -7914621 or 8600455. OLE color: 8600455.
HSL color Cylindrical-coordinate representation of color #873B83: hue angle of 303.16º degrees, saturation: 0.39, 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 #873B83 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 131 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.47 |
| HSL | 303.16º | 0.39% | 0.38% | - |
| HSV(B) | 303.16º | 0.56% | 0.53% | - |
| XYZ | 15.65 | 9.92 | 22.56 | - |
| YUV | 89.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 131 | 0 | 0.56 | 0.03 | 0.47 | 303.16 | 0.39 | 0.38 |
| Hex | 87 | 3B | 83 | 0 | 38 | 3 | 2F | 12F | 27 | 26 |
| Octal | 207 | 73 | 203 | 0 | 70 | 3 | 57 | 457 | 47 | 46 |
| Binary | 10000111 | 111011 | 10000011 | 0 | 111000 | 11 | 101111 | 100101111 | 100111 | 100110 |
Color Harmonies of #873B83
Complementary color
Monochromatic Colors of #873B83
Black with #873B83
Text Example
Text Example
White with #873B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B83; }
p { color: rgb(135,59,131); }
H1.HeaderClassName
{
color: #873B83;
}
.AnyTagClassName
{
color: #873B83;
}
</style>
background-color css
<style>
a { background-color: #873B83; }
a { background-color: rgb(135,59,131); }
div.DivClassName
{
background-color: #873B83;
}
.BgClassName
{
background-color: #873B83;
}
</style>
border-color css
<style>
span { border-color: #873B83; }
span { border-color: rgb(135,59,131); }
td.TdClassName
{
border-color: #873B83;
}
.TagClassName
{
border-color: #873B83;
}
</style>