Shades of Vivid Violet #873584
Tints of Vivid Violet #873584
RGB
CMYK
RGB Variations
Color information
#873584 (or 0x873584) is known color: Vivid Violet. HEX triplet: 87, 35 and 84. RGB value is (135,53,132). Sum of RGB (Red+Green+Blue) = 135+53+132=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873584 is #78CA7B. Grayscale: #565656. Windows color (decimal): -7916156 or 8664455. OLE color: 8664455.
HSL color Cylindrical-coordinate representation of color #873584: hue angle of 302.2º 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 #873584 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 132 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.47 |
| HSL | 302.2º | 0.44% | 0.37% | - |
| HSV(B) | 302.2º | 0.61% | 0.53% | - |
| XYZ | 15.43 | 9.36 | 22.82 | - |
| YUV | 86.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 132 | 0 | 0.61 | 0.02 | 0.47 | 302.2 | 0.44 | 0.37 |
| Hex | 87 | 35 | 84 | 0 | 3D | 2 | 2F | 12E | 2C | 25 |
| Octal | 207 | 65 | 204 | 0 | 75 | 2 | 57 | 456 | 54 | 45 |
| Binary | 10000111 | 110101 | 10000100 | 0 | 111101 | 10 | 101111 | 100101110 | 101100 | 100101 |
Color Harmonies of #873584
Complementary color
Monochromatic Colors of #873584
Black with #873584
Text Example
Text Example
White with #873584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873584; }
p { color: rgb(135,53,132); }
H1.HeaderClassName
{
color: #873584;
}
.AnyTagClassName
{
color: #873584;
}
</style>
background-color css
<style>
a { background-color: #873584; }
a { background-color: rgb(135,53,132); }
div.DivClassName
{
background-color: #873584;
}
.BgClassName
{
background-color: #873584;
}
</style>
border-color css
<style>
span { border-color: #873584; }
span { border-color: rgb(135,53,132); }
td.TdClassName
{
border-color: #873584;
}
.TagClassName
{
border-color: #873584;
}
</style>