Shades of Vivid Violet #87458E
Tints of Vivid Violet #87458E
RGB
CMYK
RGB Variations
Color information
#87458E (or 0x87458E) is known color: Vivid Violet. HEX triplet: 87, 45 and 8E. RGB value is (135,69,142). Sum of RGB (Red+Green+Blue) = 135+69+142=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #87458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87458E is #78BA71. Grayscale: #606060. Windows color (decimal): -7912050 or 9323911. OLE color: 9323911.
HSL color Cylindrical-coordinate representation of color #87458E: hue angle of 294.25º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87458E is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 69 | 142 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.44 |
| HSL | 294.25º | 0.35% | 0.41% | - |
| HSV(B) | 294.25º | 0.51% | 0.56% | - |
| XYZ | 17 | 11.36 | 26.89 | - |
| YUV | 97.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 142 | 0.05 | 0.51 | 0 | 0.44 | 294.25 | 0.35 | 0.41 |
| Hex | 87 | 45 | 8E | 5 | 33 | 0 | 2C | 126 | 23 | 29 |
| Octal | 207 | 105 | 216 | 5 | 63 | 0 | 54 | 446 | 43 | 51 |
| Binary | 10000111 | 1000101 | 10001110 | 101 | 110011 | 0 | 101100 | 100100110 | 100011 | 101001 |
Color Harmonies of #87458E
Complementary color
Monochromatic Colors of #87458E
Black with #87458E
Text Example
Text Example
White with #87458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87458E; }
p { color: rgb(135,69,142); }
H1.HeaderClassName
{
color: #87458E;
}
.AnyTagClassName
{
color: #87458E;
}
</style>
background-color css
<style>
a { background-color: #87458E; }
a { background-color: rgb(135,69,142); }
div.DivClassName
{
background-color: #87458E;
}
.BgClassName
{
background-color: #87458E;
}
</style>
border-color css
<style>
span { border-color: #87458E; }
span { border-color: rgb(135,69,142); }
td.TdClassName
{
border-color: #87458E;
}
.TagClassName
{
border-color: #87458E;
}
</style>