Shades of Vivid Violet #873491
Tints of Vivid Violet #873491
RGB
CMYK
RGB Variations
Color information
#873491 (or 0x873491) is known color: Vivid Violet. HEX triplet: 87, 34 and 91. RGB value is (135,52,145). Sum of RGB (Red+Green+Blue) = 135+52+145=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #873491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873491 is #78CB6E. Grayscale: #575757. Windows color (decimal): -7916399 or 9516167. OLE color: 9516167.
HSL color Cylindrical-coordinate representation of color #873491: hue angle of 293.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873491 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 52 | 145 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.43 |
| HSL | 293.55º | 0.47% | 0.39% | - |
| HSV(B) | 293.55º | 0.64% | 0.57% | - |
| XYZ | 16.33 | 9.65 | 27.79 | - |
| YUV | 87.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 145 | 0.07 | 0.64 | 0 | 0.43 | 293.55 | 0.47 | 0.39 |
| Hex | 87 | 34 | 91 | 7 | 40 | 0 | 2B | 126 | 2F | 27 |
| Octal | 207 | 64 | 221 | 7 | 100 | 0 | 53 | 446 | 57 | 47 |
| Binary | 10000111 | 110100 | 10010001 | 111 | 1000000 | 0 | 101011 | 100100110 | 101111 | 100111 |
Color Harmonies of #873491
Complementary color
Monochromatic Colors of #873491
Black with #873491
Text Example
Text Example
White with #873491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873491; }
p { color: rgb(135,52,145); }
H1.HeaderClassName
{
color: #873491;
}
.AnyTagClassName
{
color: #873491;
}
</style>
background-color css
<style>
a { background-color: #873491; }
a { background-color: rgb(135,52,145); }
div.DivClassName
{
background-color: #873491;
}
.BgClassName
{
background-color: #873491;
}
</style>
border-color css
<style>
span { border-color: #873491; }
span { border-color: rgb(135,52,145); }
td.TdClassName
{
border-color: #873491;
}
.TagClassName
{
border-color: #873491;
}
</style>