Shades of Vivid Violet #872A8A
Tints of Vivid Violet #872A8A
RGB
CMYK
RGB Variations
Color information
#872A8A (or 0x872A8A) is known color: Vivid Violet. HEX triplet: 87, 2A and 8A. RGB value is (135,42,138). Sum of RGB (Red+Green+Blue) = 135+42+138=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #872A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872A8A is #78D575. Grayscale: #505050. Windows color (decimal): -7918966 or 9054855. OLE color: 9054855.
HSL color Cylindrical-coordinate representation of color #872A8A: hue angle of 298.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872A8A is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 42 | 138 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.46 |
| HSL | 298.13º | 0.53% | 0.35% | - |
| HSV(B) | 298.13º | 0.7% | 0.54% | - |
| XYZ | 15.41 | 8.64 | 24.9 | - |
| YUV | 80.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 138 | 0.02 | 0.70 | 0 | 0.46 | 298.13 | 0.53 | 0.35 |
| Hex | 87 | 2A | 8A | 2 | 46 | 0 | 2E | 12A | 35 | 23 |
| Octal | 207 | 52 | 212 | 2 | 106 | 0 | 56 | 452 | 65 | 43 |
| Binary | 10000111 | 101010 | 10001010 | 10 | 1000110 | 0 | 101110 | 100101010 | 110101 | 100011 |
Color Harmonies of #872A8A
Complementary color
Monochromatic Colors of #872A8A
Black with #872A8A
Text Example
Text Example
White with #872A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A8A; }
p { color: rgb(135,42,138); }
H1.HeaderClassName
{
color: #872A8A;
}
.AnyTagClassName
{
color: #872A8A;
}
</style>
background-color css
<style>
a { background-color: #872A8A; }
a { background-color: rgb(135,42,138); }
div.DivClassName
{
background-color: #872A8A;
}
.BgClassName
{
background-color: #872A8A;
}
</style>
border-color css
<style>
span { border-color: #872A8A; }
span { border-color: rgb(135,42,138); }
td.TdClassName
{
border-color: #872A8A;
}
.TagClassName
{
border-color: #872A8A;
}
</style>