Shades of Vivid Violet #87219E
Tints of Vivid Violet #87219E
RGB
CMYK
RGB Variations
Color information
#87219E (or 0x87219E) is known color: Vivid Violet. HEX triplet: 87, 21 and 9E. RGB value is (135,33,158). Sum of RGB (Red+Green+Blue) = 135+33+158=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #87219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87219E is #78DE61. Grayscale: #4D4D4D. Windows color (decimal): -7921250 or 10363271. OLE color: 10363271.
HSL color Cylindrical-coordinate representation of color #87219E: hue angle of 288.96º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87219E is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 33 | 158 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.38 |
| HSL | 288.96º | 0.65% | 0.37% | - |
| HSV(B) | 288.96º | 0.79% | 0.62% | - |
| XYZ | 16.71 | 8.71 | 33.15 | - |
| YUV | 77.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 158 | 0.15 | 0.79 | 0 | 0.38 | 288.96 | 0.65 | 0.37 |
| Hex | 87 | 21 | 9E | F | 4F | 0 | 26 | 121 | 41 | 25 |
| Octal | 207 | 41 | 236 | 17 | 117 | 0 | 46 | 441 | 101 | 45 |
| Binary | 10000111 | 100001 | 10011110 | 1111 | 1001111 | 0 | 100110 | 100100001 | 1000001 | 100101 |
Color Harmonies of #87219E
Complementary color
Monochromatic Colors of #87219E
Black with #87219E
Text Example
Text Example
White with #87219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87219E; }
p { color: rgb(135,33,158); }
H1.HeaderClassName
{
color: #87219E;
}
.AnyTagClassName
{
color: #87219E;
}
</style>
background-color css
<style>
a { background-color: #87219E; }
a { background-color: rgb(135,33,158); }
div.DivClassName
{
background-color: #87219E;
}
.BgClassName
{
background-color: #87219E;
}
</style>
border-color css
<style>
span { border-color: #87219E; }
span { border-color: rgb(135,33,158); }
td.TdClassName
{
border-color: #87219E;
}
.TagClassName
{
border-color: #87219E;
}
</style>