Shades of Vivid Violet #87488D
Tints of Vivid Violet #87488D
RGB
CMYK
RGB Variations
Color information
#87488D (or 0x87488D) is known color: Vivid Violet. HEX triplet: 87, 48 and 8D. RGB value is (135,72,141). Sum of RGB (Red+Green+Blue) = 135+72+141=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #87488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87488D is #78B772. Grayscale: #626262. Windows color (decimal): -7911283 or 9259143. OLE color: 9259143.
HSL color Cylindrical-coordinate representation of color #87488D: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87488D is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 72 | 141 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.45 |
| HSL | 294.78º | 0.32% | 0.42% | - |
| HSV(B) | 294.78º | 0.49% | 0.55% | - |
| XYZ | 17.12 | 11.71 | 26.56 | - |
| YUV | 98.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 141 | 0.04 | 0.49 | 0 | 0.45 | 294.78 | 0.32 | 0.42 |
| Hex | 87 | 48 | 8D | 4 | 31 | 0 | 2D | 127 | 20 | 2A |
| Octal | 207 | 110 | 215 | 4 | 61 | 0 | 55 | 447 | 40 | 52 |
| Binary | 10000111 | 1001000 | 10001101 | 100 | 110001 | 0 | 101101 | 100100111 | 100000 | 101010 |
Color Harmonies of #87488D
Complementary color
Monochromatic Colors of #87488D
Black with #87488D
Text Example
Text Example
White with #87488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87488D; }
p { color: rgb(135,72,141); }
H1.HeaderClassName
{
color: #87488D;
}
.AnyTagClassName
{
color: #87488D;
}
</style>
background-color css
<style>
a { background-color: #87488D; }
a { background-color: rgb(135,72,141); }
div.DivClassName
{
background-color: #87488D;
}
.BgClassName
{
background-color: #87488D;
}
</style>
border-color css
<style>
span { border-color: #87488D; }
span { border-color: rgb(135,72,141); }
td.TdClassName
{
border-color: #87488D;
}
.TagClassName
{
border-color: #87488D;
}
</style>