Shades of Vivid Violet #87458D
Tints of Vivid Violet #87458D
RGB
CMYK
RGB Variations
Color information
#87458D (or 0x87458D) is known color: Vivid Violet. HEX triplet: 87, 45 and 8D. RGB value is (135,69,141). Sum of RGB (Red+Green+Blue) = 135+69+141=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #87458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87458D is #78BA72. Grayscale: #606060. Windows color (decimal): -7912051 or 9258375. OLE color: 9258375.
HSL color Cylindrical-coordinate representation of color #87458D: hue angle of 295º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87458D is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 69 | 141 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.45 |
| HSL | 295º | 0.34% | 0.41% | - |
| HSV(B) | 295º | 0.51% | 0.55% | - |
| XYZ | 16.93 | 11.33 | 26.49 | - |
| YUV | 96.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 141 | 0.04 | 0.51 | 0 | 0.45 | 295 | 0.34 | 0.41 |
| Hex | 87 | 45 | 8D | 4 | 33 | 0 | 2D | 127 | 22 | 29 |
| Octal | 207 | 105 | 215 | 4 | 63 | 0 | 55 | 447 | 42 | 51 |
| Binary | 10000111 | 1000101 | 10001101 | 100 | 110011 | 0 | 101101 | 100100111 | 100010 | 101001 |
Color Harmonies of #87458D
Complementary color
Monochromatic Colors of #87458D
Black with #87458D
Text Example
Text Example
White with #87458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87458D; }
p { color: rgb(135,69,141); }
H1.HeaderClassName
{
color: #87458D;
}
.AnyTagClassName
{
color: #87458D;
}
</style>
background-color css
<style>
a { background-color: #87458D; }
a { background-color: rgb(135,69,141); }
div.DivClassName
{
background-color: #87458D;
}
.BgClassName
{
background-color: #87458D;
}
</style>
border-color css
<style>
span { border-color: #87458D; }
span { border-color: rgb(135,69,141); }
td.TdClassName
{
border-color: #87458D;
}
.TagClassName
{
border-color: #87458D;
}
</style>