Shades of Vivid Violet #87279B
Tints of Vivid Violet #87279B
RGB
CMYK
RGB Variations
Color information
#87279B (or 0x87279B) is known color: Vivid Violet. HEX triplet: 87, 27 and 9B. RGB value is (135,39,155). Sum of RGB (Red+Green+Blue) = 135+39+155=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #87279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87279B is #78D864. Grayscale: #505050. Windows color (decimal): -7919717 or 10168199. OLE color: 10168199.
HSL color Cylindrical-coordinate representation of color #87279B: hue angle of 289.66º 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 #87279B is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 39 | 155 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.39 |
| HSL | 289.66º | 0.6% | 0.38% | - |
| HSV(B) | 289.66º | 0.75% | 0.61% | - |
| XYZ | 16.63 | 8.97 | 31.86 | - |
| YUV | 80.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 155 | 0.13 | 0.75 | 0 | 0.39 | 289.66 | 0.6 | 0.38 |
| Hex | 87 | 27 | 9B | D | 4B | 0 | 27 | 122 | 3C | 26 |
| Octal | 207 | 47 | 233 | 15 | 113 | 0 | 47 | 442 | 74 | 46 |
| Binary | 10000111 | 100111 | 10011011 | 1101 | 1001011 | 0 | 100111 | 100100010 | 111100 | 100110 |
Color Harmonies of #87279B
Complementary color
Monochromatic Colors of #87279B
Black with #87279B
Text Example
Text Example
White with #87279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87279B; }
p { color: rgb(135,39,155); }
H1.HeaderClassName
{
color: #87279B;
}
.AnyTagClassName
{
color: #87279B;
}
</style>
background-color css
<style>
a { background-color: #87279B; }
a { background-color: rgb(135,39,155); }
div.DivClassName
{
background-color: #87279B;
}
.BgClassName
{
background-color: #87279B;
}
</style>
border-color css
<style>
span { border-color: #87279B; }
span { border-color: rgb(135,39,155); }
td.TdClassName
{
border-color: #87279B;
}
.TagClassName
{
border-color: #87279B;
}
</style>