Shades of Vivid Violet #87278E
Tints of Vivid Violet #87278E
RGB
CMYK
RGB Variations
Color information
#87278E (or 0x87278E) is known color: Vivid Violet. HEX triplet: 87, 27 and 8E. RGB value is (135,39,142). Sum of RGB (Red+Green+Blue) = 135+39+142=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #87278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87278E is #78D871. Grayscale: #4F4F4F. Windows color (decimal): -7919730 or 9316231. OLE color: 9316231.
HSL color Cylindrical-coordinate representation of color #87278E: hue angle of 295.92º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87278E is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 39 | 142 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.44 |
| HSL | 295.92º | 0.57% | 0.35% | - |
| HSV(B) | 295.92º | 0.73% | 0.56% | - |
| XYZ | 15.6 | 8.55 | 26.42 | - |
| YUV | 79.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 142 | 0.05 | 0.73 | 0 | 0.44 | 295.92 | 0.57 | 0.35 |
| Hex | 87 | 27 | 8E | 5 | 49 | 0 | 2C | 128 | 39 | 23 |
| Octal | 207 | 47 | 216 | 5 | 111 | 0 | 54 | 450 | 71 | 43 |
| Binary | 10000111 | 100111 | 10001110 | 101 | 1001001 | 0 | 101100 | 100101000 | 111001 | 100011 |
Color Harmonies of #87278E
Complementary color
Monochromatic Colors of #87278E
Black with #87278E
Text Example
Text Example
White with #87278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87278E; }
p { color: rgb(135,39,142); }
H1.HeaderClassName
{
color: #87278E;
}
.AnyTagClassName
{
color: #87278E;
}
</style>
background-color css
<style>
a { background-color: #87278E; }
a { background-color: rgb(135,39,142); }
div.DivClassName
{
background-color: #87278E;
}
.BgClassName
{
background-color: #87278E;
}
</style>
border-color css
<style>
span { border-color: #87278E; }
span { border-color: rgb(135,39,142); }
td.TdClassName
{
border-color: #87278E;
}
.TagClassName
{
border-color: #87278E;
}
</style>