Shades of Vivid Violet #873997
Tints of Vivid Violet #873997
RGB
CMYK
RGB Variations
Color information
#873997 (or 0x873997) is known color: Vivid Violet. HEX triplet: 87, 39 and 97. RGB value is (135,57,151). Sum of RGB (Red+Green+Blue) = 135+57+151=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #873997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873997 is #78C668. Grayscale: #5A5A5A. Windows color (decimal): -7915113 or 9910663. OLE color: 9910663.
HSL color Cylindrical-coordinate representation of color #873997: hue angle of 289.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873997 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 57 | 151 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.41 |
| HSL | 289.79º | 0.45% | 0.41% | - |
| HSV(B) | 289.79º | 0.62% | 0.59% | - |
| XYZ | 17.04 | 10.31 | 30.37 | - |
| YUV | 91.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 151 | 0.11 | 0.62 | 0 | 0.41 | 289.79 | 0.45 | 0.41 |
| Hex | 87 | 39 | 97 | B | 3E | 0 | 29 | 122 | 2D | 29 |
| Octal | 207 | 71 | 227 | 13 | 76 | 0 | 51 | 442 | 55 | 51 |
| Binary | 10000111 | 111001 | 10010111 | 1011 | 111110 | 0 | 101001 | 100100010 | 101101 | 101001 |
Color Harmonies of #873997
Complementary color
Monochromatic Colors of #873997
Black with #873997
Text Example
Text Example
White with #873997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873997; }
p { color: rgb(135,57,151); }
H1.HeaderClassName
{
color: #873997;
}
.AnyTagClassName
{
color: #873997;
}
</style>
background-color css
<style>
a { background-color: #873997; }
a { background-color: rgb(135,57,151); }
div.DivClassName
{
background-color: #873997;
}
.BgClassName
{
background-color: #873997;
}
</style>
border-color css
<style>
span { border-color: #873997; }
span { border-color: rgb(135,57,151); }
td.TdClassName
{
border-color: #873997;
}
.TagClassName
{
border-color: #873997;
}
</style>