Shades of Vivid Violet #873485
Tints of Vivid Violet #873485
RGB
CMYK
RGB Variations
Color information
#873485 (or 0x873485) is known color: Vivid Violet. HEX triplet: 87, 34 and 85. RGB value is (135,52,133). Sum of RGB (Red+Green+Blue) = 135+52+133=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873485 is #78CB7A. Grayscale: #555555. Windows color (decimal): -7916411 or 8729735. OLE color: 8729735.
HSL color Cylindrical-coordinate representation of color #873485: hue angle of 301.45º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873485 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 133 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.47 |
| HSL | 301.45º | 0.44% | 0.37% | - |
| HSV(B) | 301.45º | 0.61% | 0.53% | - |
| XYZ | 15.45 | 9.3 | 23.17 | - |
| YUV | 86.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 133 | 0 | 0.61 | 0.01 | 0.47 | 301.45 | 0.44 | 0.37 |
| Hex | 87 | 34 | 85 | 0 | 3D | 1 | 2F | 12D | 2C | 25 |
| Octal | 207 | 64 | 205 | 0 | 75 | 1 | 57 | 455 | 54 | 45 |
| Binary | 10000111 | 110100 | 10000101 | 0 | 111101 | 1 | 101111 | 100101101 | 101100 | 100101 |
Color Harmonies of #873485
Complementary color
Monochromatic Colors of #873485
Black with #873485
Text Example
Text Example
White with #873485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873485; }
p { color: rgb(135,52,133); }
H1.HeaderClassName
{
color: #873485;
}
.AnyTagClassName
{
color: #873485;
}
</style>
background-color css
<style>
a { background-color: #873485; }
a { background-color: rgb(135,52,133); }
div.DivClassName
{
background-color: #873485;
}
.BgClassName
{
background-color: #873485;
}
</style>
border-color css
<style>
span { border-color: #873485; }
span { border-color: rgb(135,52,133); }
td.TdClassName
{
border-color: #873485;
}
.TagClassName
{
border-color: #873485;
}
</style>