Shades of Vivid Violet #872099
Tints of Vivid Violet #872099
RGB
CMYK
RGB Variations
Color information
#872099 (or 0x872099) is known color: Vivid Violet. HEX triplet: 87, 20 and 99. RGB value is (135,32,153). Sum of RGB (Red+Green+Blue) = 135+32+153=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #872099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872099 is #78DF66. Grayscale: #4C4C4C. Windows color (decimal): -7921511 or 10035335. OLE color: 10035335.
HSL color Cylindrical-coordinate representation of color #872099: hue angle of 291.07º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872099 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 32 | 153 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.4 |
| HSL | 291.07º | 0.65% | 0.36% | - |
| HSV(B) | 291.07º | 0.79% | 0.6% | - |
| XYZ | 16.26 | 8.48 | 30.92 | - |
| YUV | 76.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 153 | 0.12 | 0.79 | 0 | 0.4 | 291.07 | 0.65 | 0.36 |
| Hex | 87 | 20 | 99 | C | 4F | 0 | 28 | 123 | 41 | 24 |
| Octal | 207 | 40 | 231 | 14 | 117 | 0 | 50 | 443 | 101 | 44 |
| Binary | 10000111 | 100000 | 10011001 | 1100 | 1001111 | 0 | 101000 | 100100011 | 1000001 | 100100 |
Color Harmonies of #872099
Complementary color
Monochromatic Colors of #872099
Black with #872099
Text Example
Text Example
White with #872099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872099; }
p { color: rgb(135,32,153); }
H1.HeaderClassName
{
color: #872099;
}
.AnyTagClassName
{
color: #872099;
}
</style>
background-color css
<style>
a { background-color: #872099; }
a { background-color: rgb(135,32,153); }
div.DivClassName
{
background-color: #872099;
}
.BgClassName
{
background-color: #872099;
}
</style>
border-color css
<style>
span { border-color: #872099; }
span { border-color: rgb(135,32,153); }
td.TdClassName
{
border-color: #872099;
}
.TagClassName
{
border-color: #872099;
}
</style>