Shades of Vivid Violet #873C82
Tints of Vivid Violet #873C82
RGB
CMYK
RGB Variations
Color information
#873C82 (or 0x873C82) is known color: Vivid Violet. HEX triplet: 87, 3C and 82. RGB value is (135,60,130). Sum of RGB (Red+Green+Blue) = 135+60+130=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C82 is #78C37D. Grayscale: #5A5A5A. Windows color (decimal): -7914366 or 8535175. OLE color: 8535175.
HSL color Cylindrical-coordinate representation of color #873C82: hue angle of 304º 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 #873C82 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 130 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.47 |
| HSL | 304º | 0.38% | 0.38% | - |
| HSV(B) | 304º | 0.56% | 0.53% | - |
| XYZ | 15.64 | 9.99 | 22.22 | - |
| YUV | 90.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 130 | 0 | 0.56 | 0.04 | 0.47 | 304 | 0.38 | 0.38 |
| Hex | 87 | 3C | 82 | 0 | 38 | 4 | 2F | 130 | 26 | 26 |
| Octal | 207 | 74 | 202 | 0 | 70 | 4 | 57 | 460 | 46 | 46 |
| Binary | 10000111 | 111100 | 10000010 | 0 | 111000 | 100 | 101111 | 100110000 | 100110 | 100110 |
Color Harmonies of #873C82
Complementary color
Monochromatic Colors of #873C82
Black with #873C82
Text Example
Text Example
White with #873C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C82; }
p { color: rgb(135,60,130); }
H1.HeaderClassName
{
color: #873C82;
}
.AnyTagClassName
{
color: #873C82;
}
</style>
background-color css
<style>
a { background-color: #873C82; }
a { background-color: rgb(135,60,130); }
div.DivClassName
{
background-color: #873C82;
}
.BgClassName
{
background-color: #873C82;
}
</style>
border-color css
<style>
span { border-color: #873C82; }
span { border-color: rgb(135,60,130); }
td.TdClassName
{
border-color: #873C82;
}
.TagClassName
{
border-color: #873C82;
}
</style>