Shades of Vivid Violet #87408B
Tints of Vivid Violet #87408B
RGB
CMYK
RGB Variations
Color information
#87408B (or 0x87408B) is known color: Vivid Violet. HEX triplet: 87, 40 and 8B. RGB value is (135,64,139). Sum of RGB (Red+Green+Blue) = 135+64+139=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #87408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87408B is #78BF74. Grayscale: #5D5D5D. Windows color (decimal): -7913333 or 9126023. OLE color: 9126023.
HSL color Cylindrical-coordinate representation of color #87408B: hue angle of 296.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87408B is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 64 | 139 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.45 |
| HSL | 296.8º | 0.37% | 0.4% | - |
| HSV(B) | 296.8º | 0.54% | 0.55% | - |
| XYZ | 16.49 | 10.68 | 25.62 | - |
| YUV | 93.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 139 | 0.03 | 0.54 | 0 | 0.45 | 296.8 | 0.37 | 0.4 |
| Hex | 87 | 40 | 8B | 3 | 36 | 0 | 2D | 129 | 25 | 28 |
| Octal | 207 | 100 | 213 | 3 | 66 | 0 | 55 | 451 | 45 | 50 |
| Binary | 10000111 | 1000000 | 10001011 | 11 | 110110 | 0 | 101101 | 100101001 | 100101 | 101000 |
Color Harmonies of #87408B
Complementary color
Monochromatic Colors of #87408B
Black with #87408B
Text Example
Text Example
White with #87408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87408B; }
p { color: rgb(135,64,139); }
H1.HeaderClassName
{
color: #87408B;
}
.AnyTagClassName
{
color: #87408B;
}
</style>
background-color css
<style>
a { background-color: #87408B; }
a { background-color: rgb(135,64,139); }
div.DivClassName
{
background-color: #87408B;
}
.BgClassName
{
background-color: #87408B;
}
</style>
border-color css
<style>
span { border-color: #87408B; }
span { border-color: rgb(135,64,139); }
td.TdClassName
{
border-color: #87408B;
}
.TagClassName
{
border-color: #87408B;
}
</style>