Shades of Vivid Violet #873C8A
Tints of Vivid Violet #873C8A
RGB
CMYK
RGB Variations
Color information
#873C8A (or 0x873C8A) is known color: Vivid Violet. HEX triplet: 87, 3C and 8A. RGB value is (135,60,138). Sum of RGB (Red+Green+Blue) = 135+60+138=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #873C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873C8A is #78C375. Grayscale: #5B5B5B. Windows color (decimal): -7914358 or 9059463. OLE color: 9059463.
HSL color Cylindrical-coordinate representation of color #873C8A: hue angle of 297.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873C8A is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 60 | 138 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.46 |
| HSL | 297.69º | 0.39% | 0.39% | - |
| HSV(B) | 297.69º | 0.57% | 0.54% | - |
| XYZ | 16.19 | 10.22 | 25.16 | - |
| YUV | 91.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 138 | 0.02 | 0.57 | 0 | 0.46 | 297.69 | 0.39 | 0.39 |
| Hex | 87 | 3C | 8A | 2 | 39 | 0 | 2E | 12A | 27 | 27 |
| Octal | 207 | 74 | 212 | 2 | 71 | 0 | 56 | 452 | 47 | 47 |
| Binary | 10000111 | 111100 | 10001010 | 10 | 111001 | 0 | 101110 | 100101010 | 100111 | 100111 |
Color Harmonies of #873C8A
Complementary color
Monochromatic Colors of #873C8A
Black with #873C8A
Text Example
Text Example
White with #873C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C8A; }
p { color: rgb(135,60,138); }
H1.HeaderClassName
{
color: #873C8A;
}
.AnyTagClassName
{
color: #873C8A;
}
</style>
background-color css
<style>
a { background-color: #873C8A; }
a { background-color: rgb(135,60,138); }
div.DivClassName
{
background-color: #873C8A;
}
.BgClassName
{
background-color: #873C8A;
}
</style>
border-color css
<style>
span { border-color: #873C8A; }
span { border-color: rgb(135,60,138); }
td.TdClassName
{
border-color: #873C8A;
}
.TagClassName
{
border-color: #873C8A;
}
</style>