Shades of Vivid Violet #873691
Tints of Vivid Violet #873691
RGB
CMYK
RGB Variations
Color information
#873691 (or 0x873691) is known color: Vivid Violet. HEX triplet: 87, 36 and 91. RGB value is (135,54,145). Sum of RGB (Red+Green+Blue) = 135+54+145=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #873691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873691 is #78C96E. Grayscale: #585858. Windows color (decimal): -7915887 or 9516679. OLE color: 9516679.
HSL color Cylindrical-coordinate representation of color #873691: hue angle of 293.41º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873691 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 54 | 145 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.43 |
| HSL | 293.41º | 0.46% | 0.39% | - |
| HSV(B) | 293.41º | 0.63% | 0.57% | - |
| XYZ | 16.42 | 9.83 | 27.82 | - |
| YUV | 88.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 145 | 0.07 | 0.63 | 0 | 0.43 | 293.41 | 0.46 | 0.39 |
| Hex | 87 | 36 | 91 | 7 | 3F | 0 | 2B | 125 | 2E | 27 |
| Octal | 207 | 66 | 221 | 7 | 77 | 0 | 53 | 445 | 56 | 47 |
| Binary | 10000111 | 110110 | 10010001 | 111 | 111111 | 0 | 101011 | 100100101 | 101110 | 100111 |
Color Harmonies of #873691
Complementary color
Monochromatic Colors of #873691
Black with #873691
Text Example
Text Example
White with #873691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873691; }
p { color: rgb(135,54,145); }
H1.HeaderClassName
{
color: #873691;
}
.AnyTagClassName
{
color: #873691;
}
</style>
background-color css
<style>
a { background-color: #873691; }
a { background-color: rgb(135,54,145); }
div.DivClassName
{
background-color: #873691;
}
.BgClassName
{
background-color: #873691;
}
</style>
border-color css
<style>
span { border-color: #873691; }
span { border-color: rgb(135,54,145); }
td.TdClassName
{
border-color: #873691;
}
.TagClassName
{
border-color: #873691;
}
</style>