Shades of Vivid Violet #872A9D
Tints of Vivid Violet #872A9D
RGB
CMYK
RGB Variations
Color information
#872A9D (or 0x872A9D) is known color: Vivid Violet. HEX triplet: 87, 2A and 9D. RGB value is (135,42,157). Sum of RGB (Red+Green+Blue) = 135+42+157=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #872A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872A9D is #78D562. Grayscale: #525252. Windows color (decimal): -7918947 or 10300039. OLE color: 10300039.
HSL color Cylindrical-coordinate representation of color #872A9D: hue angle of 288.52º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872A9D is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 42 | 157 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.38 |
| HSL | 288.52º | 0.58% | 0.39% | - |
| HSV(B) | 288.52º | 0.73% | 0.62% | - |
| XYZ | 16.91 | 9.24 | 32.79 | - |
| YUV | 82.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 157 | 0.14 | 0.73 | 0 | 0.38 | 288.52 | 0.58 | 0.39 |
| Hex | 87 | 2A | 9D | E | 49 | 0 | 26 | 121 | 3A | 27 |
| Octal | 207 | 52 | 235 | 16 | 111 | 0 | 46 | 441 | 72 | 47 |
| Binary | 10000111 | 101010 | 10011101 | 1110 | 1001001 | 0 | 100110 | 100100001 | 111010 | 100111 |
Color Harmonies of #872A9D
Complementary color
Monochromatic Colors of #872A9D
Black with #872A9D
Text Example
Text Example
White with #872A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A9D; }
p { color: rgb(135,42,157); }
H1.HeaderClassName
{
color: #872A9D;
}
.AnyTagClassName
{
color: #872A9D;
}
</style>
background-color css
<style>
a { background-color: #872A9D; }
a { background-color: rgb(135,42,157); }
div.DivClassName
{
background-color: #872A9D;
}
.BgClassName
{
background-color: #872A9D;
}
</style>
border-color css
<style>
span { border-color: #872A9D; }
span { border-color: rgb(135,42,157); }
td.TdClassName
{
border-color: #872A9D;
}
.TagClassName
{
border-color: #872A9D;
}
</style>