Shades of Vivid Violet #872799
Tints of Vivid Violet #872799
RGB
CMYK
RGB Variations
Color information
#872799 (or 0x872799) is known color: Vivid Violet. HEX triplet: 87, 27 and 99. RGB value is (135,39,153). Sum of RGB (Red+Green+Blue) = 135+39+153=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #872799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872799 is #78D866. Grayscale: #505050. Windows color (decimal): -7919719 or 10037127. OLE color: 10037127.
HSL color Cylindrical-coordinate representation of color #872799: hue angle of 290.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872799 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 39 | 153 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.4 |
| HSL | 290.53º | 0.59% | 0.38% | - |
| HSV(B) | 290.53º | 0.75% | 0.6% | - |
| XYZ | 16.47 | 8.9 | 30.99 | - |
| YUV | 80.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 153 | 0.12 | 0.75 | 0 | 0.4 | 290.53 | 0.59 | 0.38 |
| Hex | 87 | 27 | 99 | C | 4B | 0 | 28 | 123 | 3B | 26 |
| Octal | 207 | 47 | 231 | 14 | 113 | 0 | 50 | 443 | 73 | 46 |
| Binary | 10000111 | 100111 | 10011001 | 1100 | 1001011 | 0 | 101000 | 100100011 | 111011 | 100110 |
Color Harmonies of #872799
Complementary color
Monochromatic Colors of #872799
Black with #872799
Text Example
Text Example
White with #872799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872799; }
p { color: rgb(135,39,153); }
H1.HeaderClassName
{
color: #872799;
}
.AnyTagClassName
{
color: #872799;
}
</style>
background-color css
<style>
a { background-color: #872799; }
a { background-color: rgb(135,39,153); }
div.DivClassName
{
background-color: #872799;
}
.BgClassName
{
background-color: #872799;
}
</style>
border-color css
<style>
span { border-color: #872799; }
span { border-color: rgb(135,39,153); }
td.TdClassName
{
border-color: #872799;
}
.TagClassName
{
border-color: #872799;
}
</style>