Shades of Vivid Violet #87348E
Tints of Vivid Violet #87348E
RGB
CMYK
RGB Variations
Color information
#87348E (or 0x87348E) is known color: Vivid Violet. HEX triplet: 87, 34 and 8E. RGB value is (135,52,142). Sum of RGB (Red+Green+Blue) = 135+52+142=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #87348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87348E is #78CB71. Grayscale: #565656. Windows color (decimal): -7916402 or 9319559. OLE color: 9319559.
HSL color Cylindrical-coordinate representation of color #87348E: hue angle of 295.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87348E is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 52 | 142 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.44 |
| HSL | 295.33º | 0.46% | 0.38% | - |
| HSV(B) | 295.33º | 0.63% | 0.56% | - |
| XYZ | 16.1 | 9.56 | 26.59 | - |
| YUV | 87.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 142 | 0.05 | 0.63 | 0 | 0.44 | 295.33 | 0.46 | 0.38 |
| Hex | 87 | 34 | 8E | 5 | 3F | 0 | 2C | 127 | 2E | 26 |
| Octal | 207 | 64 | 216 | 5 | 77 | 0 | 54 | 447 | 56 | 46 |
| Binary | 10000111 | 110100 | 10001110 | 101 | 111111 | 0 | 101100 | 100100111 | 101110 | 100110 |
Color Harmonies of #87348E
Complementary color
Monochromatic Colors of #87348E
Black with #87348E
Text Example
Text Example
White with #87348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87348E; }
p { color: rgb(135,52,142); }
H1.HeaderClassName
{
color: #87348E;
}
.AnyTagClassName
{
color: #87348E;
}
</style>
background-color css
<style>
a { background-color: #87348E; }
a { background-color: rgb(135,52,142); }
div.DivClassName
{
background-color: #87348E;
}
.BgClassName
{
background-color: #87348E;
}
</style>
border-color css
<style>
span { border-color: #87348E; }
span { border-color: rgb(135,52,142); }
td.TdClassName
{
border-color: #87348E;
}
.TagClassName
{
border-color: #87348E;
}
</style>