Shades of Vivid Violet #872AA0
Tints of Vivid Violet #872AA0
RGB
CMYK
RGB Variations
Color information
#872AA0 (or 0x872AA0) is known color: Vivid Violet. HEX triplet: 87, 2A and A0. RGB value is (135,42,160). Sum of RGB (Red+Green+Blue) = 135+42+160=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #872AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872AA0 is #78D55F. Grayscale: #525252. Windows color (decimal): -7918944 or 10496647. OLE color: 10496647.
HSL color Cylindrical-coordinate representation of color #872AA0: hue angle of 287.29º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872AA0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 42 | 160 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.37 |
| HSL | 287.29º | 0.58% | 0.4% | - |
| HSV(B) | 287.29º | 0.74% | 0.63% | - |
| XYZ | 17.16 | 9.34 | 34.16 | - |
| YUV | 83.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 160 | 0.16 | 0.74 | 0 | 0.37 | 287.29 | 0.58 | 0.4 |
| Hex | 87 | 2A | A0 | 10 | 4A | 0 | 25 | 11F | 3A | 28 |
| Octal | 207 | 52 | 240 | 20 | 112 | 0 | 45 | 437 | 72 | 50 |
| Binary | 10000111 | 101010 | 10100000 | 10000 | 1001010 | 0 | 100101 | 100011111 | 111010 | 101000 |
Color Harmonies of #872AA0
Complementary color
Monochromatic Colors of #872AA0
Black with #872AA0
Text Example
Text Example
White with #872AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872AA0; }
p { color: rgb(135,42,160); }
H1.HeaderClassName
{
color: #872AA0;
}
.AnyTagClassName
{
color: #872AA0;
}
</style>
background-color css
<style>
a { background-color: #872AA0; }
a { background-color: rgb(135,42,160); }
div.DivClassName
{
background-color: #872AA0;
}
.BgClassName
{
background-color: #872AA0;
}
</style>
border-color css
<style>
span { border-color: #872AA0; }
span { border-color: rgb(135,42,160); }
td.TdClassName
{
border-color: #872AA0;
}
.TagClassName
{
border-color: #872AA0;
}
</style>