Shades of Vivid Violet #87299B
Tints of Vivid Violet #87299B
RGB
CMYK
RGB Variations
Color information
#87299B (or 0x87299B) is known color: Vivid Violet. HEX triplet: 87, 29 and 9B. RGB value is (135,41,155). Sum of RGB (Red+Green+Blue) = 135+41+155=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #87299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87299B is #78D664. Grayscale: #515151. Windows color (decimal): -7919205 or 10168711. OLE color: 10168711.
HSL color Cylindrical-coordinate representation of color #87299B: hue angle of 289.47º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87299B is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 41 | 155 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.39 |
| HSL | 289.47º | 0.58% | 0.38% | - |
| HSV(B) | 289.47º | 0.74% | 0.61% | - |
| XYZ | 16.7 | 9.1 | 31.89 | - |
| YUV | 82.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 155 | 0.13 | 0.74 | 0 | 0.39 | 289.47 | 0.58 | 0.38 |
| Hex | 87 | 29 | 9B | D | 4A | 0 | 27 | 121 | 3A | 26 |
| Octal | 207 | 51 | 233 | 15 | 112 | 0 | 47 | 441 | 72 | 46 |
| Binary | 10000111 | 101001 | 10011011 | 1101 | 1001010 | 0 | 100111 | 100100001 | 111010 | 100110 |
Color Harmonies of #87299B
Complementary color
Monochromatic Colors of #87299B
Black with #87299B
Text Example
Text Example
White with #87299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87299B; }
p { color: rgb(135,41,155); }
H1.HeaderClassName
{
color: #87299B;
}
.AnyTagClassName
{
color: #87299B;
}
</style>
background-color css
<style>
a { background-color: #87299B; }
a { background-color: rgb(135,41,155); }
div.DivClassName
{
background-color: #87299B;
}
.BgClassName
{
background-color: #87299B;
}
</style>
border-color css
<style>
span { border-color: #87299B; }
span { border-color: rgb(135,41,155); }
td.TdClassName
{
border-color: #87299B;
}
.TagClassName
{
border-color: #87299B;
}
</style>