Shades of Vivid Violet #87279C
Tints of Vivid Violet #87279C
RGB
CMYK
RGB Variations
Color information
#87279C (or 0x87279C) is known color: Vivid Violet. HEX triplet: 87, 27 and 9C. RGB value is (135,39,156). Sum of RGB (Red+Green+Blue) = 135+39+156=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #87279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87279C is #78D863. Grayscale: #505050. Windows color (decimal): -7919716 or 10233735. OLE color: 10233735.
HSL color Cylindrical-coordinate representation of color #87279C: hue angle of 289.23º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87279C is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 39 | 156 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.39 |
| HSL | 289.23º | 0.6% | 0.38% | - |
| HSV(B) | 289.23º | 0.75% | 0.61% | - |
| XYZ | 16.72 | 9 | 32.31 | - |
| YUV | 81.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 156 | 0.13 | 0.75 | 0 | 0.39 | 289.23 | 0.6 | 0.38 |
| Hex | 87 | 27 | 9C | D | 4B | 0 | 27 | 121 | 3C | 26 |
| Octal | 207 | 47 | 234 | 15 | 113 | 0 | 47 | 441 | 74 | 46 |
| Binary | 10000111 | 100111 | 10011100 | 1101 | 1001011 | 0 | 100111 | 100100001 | 111100 | 100110 |
Color Harmonies of #87279C
Complementary color
Monochromatic Colors of #87279C
Black with #87279C
Text Example
Text Example
White with #87279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87279C; }
p { color: rgb(135,39,156); }
H1.HeaderClassName
{
color: #87279C;
}
.AnyTagClassName
{
color: #87279C;
}
</style>
background-color css
<style>
a { background-color: #87279C; }
a { background-color: rgb(135,39,156); }
div.DivClassName
{
background-color: #87279C;
}
.BgClassName
{
background-color: #87279C;
}
</style>
border-color css
<style>
span { border-color: #87279C; }
span { border-color: rgb(135,39,156); }
td.TdClassName
{
border-color: #87279C;
}
.TagClassName
{
border-color: #87279C;
}
</style>