Shades of Vivid Violet #873985
Tints of Vivid Violet #873985
RGB
CMYK
RGB Variations
Color information
#873985 (or 0x873985) is known color: Vivid Violet. HEX triplet: 87, 39 and 85. RGB value is (135,57,133). Sum of RGB (Red+Green+Blue) = 135+57+133=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #873985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873985 is #78C67A. Grayscale: #585858. Windows color (decimal): -7915131 or 8731015. OLE color: 8731015.
HSL color Cylindrical-coordinate representation of color #873985: hue angle of 301.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873985 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 57 | 133 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.47 |
| HSL | 301.54º | 0.41% | 0.38% | - |
| HSV(B) | 301.54º | 0.58% | 0.53% | - |
| XYZ | 15.69 | 9.77 | 23.25 | - |
| YUV | 88.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 133 | 0 | 0.58 | 0.01 | 0.47 | 301.54 | 0.41 | 0.38 |
| Hex | 87 | 39 | 85 | 0 | 3A | 1 | 2F | 12E | 29 | 26 |
| Octal | 207 | 71 | 205 | 0 | 72 | 1 | 57 | 456 | 51 | 46 |
| Binary | 10000111 | 111001 | 10000101 | 0 | 111010 | 1 | 101111 | 100101110 | 101001 | 100110 |
Color Harmonies of #873985
Complementary color
Monochromatic Colors of #873985
Black with #873985
Text Example
Text Example
White with #873985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873985; }
p { color: rgb(135,57,133); }
H1.HeaderClassName
{
color: #873985;
}
.AnyTagClassName
{
color: #873985;
}
</style>
background-color css
<style>
a { background-color: #873985; }
a { background-color: rgb(135,57,133); }
div.DivClassName
{
background-color: #873985;
}
.BgClassName
{
background-color: #873985;
}
</style>
border-color css
<style>
span { border-color: #873985; }
span { border-color: rgb(135,57,133); }
td.TdClassName
{
border-color: #873985;
}
.TagClassName
{
border-color: #873985;
}
</style>