Shades of Vivid Violet #87299E
Tints of Vivid Violet #87299E
RGB
CMYK
RGB Variations
Color information
#87299E (or 0x87299E) is known color: Vivid Violet. HEX triplet: 87, 29 and 9E. RGB value is (135,41,158). Sum of RGB (Red+Green+Blue) = 135+41+158=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #87299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87299E is #78D661. Grayscale: #525252. Windows color (decimal): -7919202 or 10365319. OLE color: 10365319.
HSL color Cylindrical-coordinate representation of color #87299E: hue angle of 288.21º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87299E is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 41 | 158 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.38 |
| HSL | 288.21º | 0.59% | 0.39% | - |
| HSV(B) | 288.21º | 0.74% | 0.62% | - |
| XYZ | 16.96 | 9.21 | 33.23 | - |
| YUV | 82.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 158 | 0.15 | 0.74 | 0 | 0.38 | 288.21 | 0.59 | 0.39 |
| Hex | 87 | 29 | 9E | F | 4A | 0 | 26 | 120 | 3B | 27 |
| Octal | 207 | 51 | 236 | 17 | 112 | 0 | 46 | 440 | 73 | 47 |
| Binary | 10000111 | 101001 | 10011110 | 1111 | 1001010 | 0 | 100110 | 100100000 | 111011 | 100111 |
Color Harmonies of #87299E
Complementary color
Monochromatic Colors of #87299E
Black with #87299E
Text Example
Text Example
White with #87299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87299E; }
p { color: rgb(135,41,158); }
H1.HeaderClassName
{
color: #87299E;
}
.AnyTagClassName
{
color: #87299E;
}
</style>
background-color css
<style>
a { background-color: #87299E; }
a { background-color: rgb(135,41,158); }
div.DivClassName
{
background-color: #87299E;
}
.BgClassName
{
background-color: #87299E;
}
</style>
border-color css
<style>
span { border-color: #87299E; }
span { border-color: rgb(135,41,158); }
td.TdClassName
{
border-color: #87299E;
}
.TagClassName
{
border-color: #87299E;
}
</style>