Shades of Vivid Violet #873498
Tints of Vivid Violet #873498
RGB
CMYK
RGB Variations
Color information
#873498 (or 0x873498) is known color: Vivid Violet. HEX triplet: 87, 34 and 98. RGB value is (135,52,152). Sum of RGB (Red+Green+Blue) = 135+52+152=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #873498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873498 is #78CB67. Grayscale: #575757. Windows color (decimal): -7916392 or 9974919. OLE color: 9974919.
HSL color Cylindrical-coordinate representation of color #873498: hue angle of 289.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873498 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 52 | 152 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.40 |
| HSL | 289.8º | 0.49% | 0.4% | - |
| HSV(B) | 289.8º | 0.66% | 0.6% | - |
| XYZ | 16.89 | 9.87 | 30.72 | - |
| YUV | 88.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 152 | 0.11 | 0.66 | 0 | 0.40 | 289.8 | 0.49 | 0.4 |
| Hex | 87 | 34 | 98 | B | 42 | 0 | 28 | 122 | 31 | 28 |
| Octal | 207 | 64 | 230 | 13 | 102 | 0 | 50 | 442 | 61 | 50 |
| Binary | 10000111 | 110100 | 10011000 | 1011 | 1000010 | 0 | 101000 | 100100010 | 110001 | 101000 |
Color Harmonies of #873498
Complementary color
Monochromatic Colors of #873498
Black with #873498
Text Example
Text Example
White with #873498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873498; }
p { color: rgb(135,52,152); }
H1.HeaderClassName
{
color: #873498;
}
.AnyTagClassName
{
color: #873498;
}
</style>
background-color css
<style>
a { background-color: #873498; }
a { background-color: rgb(135,52,152); }
div.DivClassName
{
background-color: #873498;
}
.BgClassName
{
background-color: #873498;
}
</style>
border-color css
<style>
span { border-color: #873498; }
span { border-color: rgb(135,52,152); }
td.TdClassName
{
border-color: #873498;
}
.TagClassName
{
border-color: #873498;
}
</style>