Shades of Vivid Violet #87348F
Tints of Vivid Violet #87348F
RGB
CMYK
RGB Variations
Color information
#87348F (or 0x87348F) is known color: Vivid Violet. HEX triplet: 87, 34 and 8F. RGB value is (135,52,143). Sum of RGB (Red+Green+Blue) = 135+52+143=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #87348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87348F is #78CB70. Grayscale: #565656. Windows color (decimal): -7916401 or 9385095. OLE color: 9385095.
HSL color Cylindrical-coordinate representation of color #87348F: hue angle of 294.73º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87348F is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 52 | 143 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.44 |
| HSL | 294.73º | 0.47% | 0.38% | - |
| HSV(B) | 294.73º | 0.64% | 0.56% | - |
| XYZ | 16.18 | 9.59 | 26.99 | - |
| YUV | 87.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 143 | 0.06 | 0.64 | 0 | 0.44 | 294.73 | 0.47 | 0.38 |
| Hex | 87 | 34 | 8F | 6 | 40 | 0 | 2C | 127 | 2F | 26 |
| Octal | 207 | 64 | 217 | 6 | 100 | 0 | 54 | 447 | 57 | 46 |
| Binary | 10000111 | 110100 | 10001111 | 110 | 1000000 | 0 | 101100 | 100100111 | 101111 | 100110 |
Color Harmonies of #87348F
Complementary color
Monochromatic Colors of #87348F
Black with #87348F
Text Example
Text Example
White with #87348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87348F; }
p { color: rgb(135,52,143); }
H1.HeaderClassName
{
color: #87348F;
}
.AnyTagClassName
{
color: #87348F;
}
</style>
background-color css
<style>
a { background-color: #87348F; }
a { background-color: rgb(135,52,143); }
div.DivClassName
{
background-color: #87348F;
}
.BgClassName
{
background-color: #87348F;
}
</style>
border-color css
<style>
span { border-color: #87348F; }
span { border-color: rgb(135,52,143); }
td.TdClassName
{
border-color: #87348F;
}
.TagClassName
{
border-color: #87348F;
}
</style>