Shades of Vivid Violet #873086
Tints of Vivid Violet #873086
RGB
CMYK
RGB Variations
Color information
#873086 (or 0x873086) is known color: Vivid Violet. HEX triplet: 87, 30 and 86. RGB value is (135,48,134). Sum of RGB (Red+Green+Blue) = 135+48+134=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #873086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873086 is #78CF79. Grayscale: #535353. Windows color (decimal): -7917434 or 8794247. OLE color: 8794247.
HSL color Cylindrical-coordinate representation of color #873086: hue angle of 300.69º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873086 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 134 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.47 |
| HSL | 300.69º | 0.48% | 0.36% | - |
| HSV(B) | 300.69º | 0.64% | 0.53% | - |
| XYZ | 15.35 | 8.99 | 23.48 | - |
| YUV | 83.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 134 | 0 | 0.64 | 0.01 | 0.47 | 300.69 | 0.48 | 0.36 |
| Hex | 87 | 30 | 86 | 0 | 40 | 1 | 2F | 12D | 30 | 24 |
| Octal | 207 | 60 | 206 | 0 | 100 | 1 | 57 | 455 | 60 | 44 |
| Binary | 10000111 | 110000 | 10000110 | 0 | 1000000 | 1 | 101111 | 100101101 | 110000 | 100100 |
Color Harmonies of #873086
Complementary color
Monochromatic Colors of #873086
Black with #873086
Text Example
Text Example
White with #873086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873086; }
p { color: rgb(135,48,134); }
H1.HeaderClassName
{
color: #873086;
}
.AnyTagClassName
{
color: #873086;
}
</style>
background-color css
<style>
a { background-color: #873086; }
a { background-color: rgb(135,48,134); }
div.DivClassName
{
background-color: #873086;
}
.BgClassName
{
background-color: #873086;
}
</style>
border-color css
<style>
span { border-color: #873086; }
span { border-color: rgb(135,48,134); }
td.TdClassName
{
border-color: #873086;
}
.TagClassName
{
border-color: #873086;
}
</style>