Shades of Vivid Violet #87488E
Tints of Vivid Violet #87488E
RGB
CMYK
RGB Variations
Color information
#87488E (or 0x87488E) is known color: Vivid Violet. HEX triplet: 87, 48 and 8E. RGB value is (135,72,142). Sum of RGB (Red+Green+Blue) = 135+72+142=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #87488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87488E is #78B771. Grayscale: #626262. Windows color (decimal): -7911282 or 9324679. OLE color: 9324679.
HSL color Cylindrical-coordinate representation of color #87488E: hue angle of 294º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87488E is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 72 | 142 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.44 |
| HSL | 294º | 0.33% | 0.42% | - |
| HSV(B) | 294º | 0.49% | 0.56% | - |
| XYZ | 17.19 | 11.74 | 26.95 | - |
| YUV | 98.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 142 | 0.05 | 0.49 | 0 | 0.44 | 294 | 0.33 | 0.42 |
| Hex | 87 | 48 | 8E | 5 | 31 | 0 | 2C | 126 | 21 | 2A |
| Octal | 207 | 110 | 216 | 5 | 61 | 0 | 54 | 446 | 41 | 52 |
| Binary | 10000111 | 1001000 | 10001110 | 101 | 110001 | 0 | 101100 | 100100110 | 100001 | 101010 |
Color Harmonies of #87488E
Complementary color
Monochromatic Colors of #87488E
Black with #87488E
Text Example
Text Example
White with #87488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87488E; }
p { color: rgb(135,72,142); }
H1.HeaderClassName
{
color: #87488E;
}
.AnyTagClassName
{
color: #87488E;
}
</style>
background-color css
<style>
a { background-color: #87488E; }
a { background-color: rgb(135,72,142); }
div.DivClassName
{
background-color: #87488E;
}
.BgClassName
{
background-color: #87488E;
}
</style>
border-color css
<style>
span { border-color: #87488E; }
span { border-color: rgb(135,72,142); }
td.TdClassName
{
border-color: #87488E;
}
.TagClassName
{
border-color: #87488E;
}
</style>