Shades of Vivid Violet #872AAE
Tints of Vivid Violet #872AAE
RGB
CMYK
RGB Variations
Color information
#872AAE (or 0x872AAE) is known color: Vivid Violet. HEX triplet: 87, 2A and AE. RGB value is (135,42,174). Sum of RGB (Red+Green+Blue) = 135+42+174=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #872AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872AAE is #78D551. Grayscale: #545454. Windows color (decimal): -7918930 or 11414151. OLE color: 11414151.
HSL color Cylindrical-coordinate representation of color #872AAE: hue angle of 282.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872AAE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 42 | 174 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.32 |
| HSL | 282.27º | 0.61% | 0.42% | - |
| HSV(B) | 282.27º | 0.76% | 0.68% | - |
| XYZ | 18.46 | 9.86 | 40.98 | - |
| YUV | 84.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 174 | 0.22 | 0.76 | 0 | 0.32 | 282.27 | 0.61 | 0.42 |
| Hex | 87 | 2A | AE | 16 | 4C | 0 | 20 | 11A | 3D | 2A |
| Octal | 207 | 52 | 256 | 26 | 114 | 0 | 40 | 432 | 75 | 52 |
| Binary | 10000111 | 101010 | 10101110 | 10110 | 1001100 | 0 | 100000 | 100011010 | 111101 | 101010 |
Color Harmonies of #872AAE
Complementary color
Monochromatic Colors of #872AAE
Black with #872AAE
Text Example
Text Example
White with #872AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872AAE; }
p { color: rgb(135,42,174); }
H1.HeaderClassName
{
color: #872AAE;
}
.AnyTagClassName
{
color: #872AAE;
}
</style>
background-color css
<style>
a { background-color: #872AAE; }
a { background-color: rgb(135,42,174); }
div.DivClassName
{
background-color: #872AAE;
}
.BgClassName
{
background-color: #872AAE;
}
</style>
border-color css
<style>
span { border-color: #872AAE; }
span { border-color: rgb(135,42,174); }
td.TdClassName
{
border-color: #872AAE;
}
.TagClassName
{
border-color: #872AAE;
}
</style>