Shades of Vivid Violet #87358D
Tints of Vivid Violet #87358D
RGB
CMYK
RGB Variations
Color information
#87358D (or 0x87358D) is known color: Vivid Violet. HEX triplet: 87, 35 and 8D. RGB value is (135,53,141). Sum of RGB (Red+Green+Blue) = 135+53+141=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #87358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87358D is #78CA72. Grayscale: #575757. Windows color (decimal): -7916147 or 9254279. OLE color: 9254279.
HSL color Cylindrical-coordinate representation of color #87358D: hue angle of 295.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87358D is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 53 | 141 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.45 |
| HSL | 295.91º | 0.45% | 0.38% | - |
| HSV(B) | 295.91º | 0.62% | 0.55% | - |
| XYZ | 16.07 | 9.62 | 26.21 | - |
| YUV | 87.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 141 | 0.04 | 0.62 | 0 | 0.45 | 295.91 | 0.45 | 0.38 |
| Hex | 87 | 35 | 8D | 4 | 3E | 0 | 2D | 128 | 2D | 26 |
| Octal | 207 | 65 | 215 | 4 | 76 | 0 | 55 | 450 | 55 | 46 |
| Binary | 10000111 | 110101 | 10001101 | 100 | 111110 | 0 | 101101 | 100101000 | 101101 | 100110 |
Color Harmonies of #87358D
Complementary color
Monochromatic Colors of #87358D
Black with #87358D
Text Example
Text Example
White with #87358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87358D; }
p { color: rgb(135,53,141); }
H1.HeaderClassName
{
color: #87358D;
}
.AnyTagClassName
{
color: #87358D;
}
</style>
background-color css
<style>
a { background-color: #87358D; }
a { background-color: rgb(135,53,141); }
div.DivClassName
{
background-color: #87358D;
}
.BgClassName
{
background-color: #87358D;
}
</style>
border-color css
<style>
span { border-color: #87358D; }
span { border-color: rgb(135,53,141); }
td.TdClassName
{
border-color: #87358D;
}
.TagClassName
{
border-color: #87358D;
}
</style>