Shades of Vivid Violet #87319B
Tints of Vivid Violet #87319B
RGB
CMYK
RGB Variations
Color information
#87319B (or 0x87319B) is known color: Vivid Violet. HEX triplet: 87, 31 and 9B. RGB value is (135,49,155). Sum of RGB (Red+Green+Blue) = 135+49+155=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #87319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87319B is #78CE64. Grayscale: #565656. Windows color (decimal): -7917157 or 10170759. OLE color: 10170759.
HSL color Cylindrical-coordinate representation of color #87319B: hue angle of 288.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87319B is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 49 | 155 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.39 |
| HSL | 288.68º | 0.52% | 0.4% | - |
| HSV(B) | 288.68º | 0.68% | 0.61% | - |
| XYZ | 17.01 | 9.71 | 31.99 | - |
| YUV | 86.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 155 | 0.13 | 0.68 | 0 | 0.39 | 288.68 | 0.52 | 0.4 |
| Hex | 87 | 31 | 9B | D | 44 | 0 | 27 | 121 | 34 | 28 |
| Octal | 207 | 61 | 233 | 15 | 104 | 0 | 47 | 441 | 64 | 50 |
| Binary | 10000111 | 110001 | 10011011 | 1101 | 1000100 | 0 | 100111 | 100100001 | 110100 | 101000 |
Color Harmonies of #87319B
Complementary color
Monochromatic Colors of #87319B
Black with #87319B
Text Example
Text Example
White with #87319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87319B; }
p { color: rgb(135,49,155); }
H1.HeaderClassName
{
color: #87319B;
}
.AnyTagClassName
{
color: #87319B;
}
</style>
background-color css
<style>
a { background-color: #87319B; }
a { background-color: rgb(135,49,155); }
div.DivClassName
{
background-color: #87319B;
}
.BgClassName
{
background-color: #87319B;
}
</style>
border-color css
<style>
span { border-color: #87319B; }
span { border-color: rgb(135,49,155); }
td.TdClassName
{
border-color: #87319B;
}
.TagClassName
{
border-color: #87319B;
}
</style>