Shades of Vivid Violet #872AA4
Tints of Vivid Violet #872AA4
RGB
CMYK
RGB Variations
Color information
#872AA4 (or 0x872AA4) is known color: Vivid Violet. HEX triplet: 87, 2A and A4. RGB value is (135,42,164). Sum of RGB (Red+Green+Blue) = 135+42+164=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #872AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872AA4 is #78D55B. Grayscale: #535353. Windows color (decimal): -7918940 or 10758791. OLE color: 10758791.
HSL color Cylindrical-coordinate representation of color #872AA4: hue angle of 285.74º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872AA4 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 42 | 164 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.36 |
| HSL | 285.74º | 0.59% | 0.4% | - |
| HSV(B) | 285.74º | 0.74% | 0.64% | - |
| XYZ | 17.52 | 9.49 | 36.03 | - |
| YUV | 83.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 164 | 0.18 | 0.74 | 0 | 0.36 | 285.74 | 0.59 | 0.4 |
| Hex | 87 | 2A | A4 | 12 | 4A | 0 | 24 | 11E | 3B | 28 |
| Octal | 207 | 52 | 244 | 22 | 112 | 0 | 44 | 436 | 73 | 50 |
| Binary | 10000111 | 101010 | 10100100 | 10010 | 1001010 | 0 | 100100 | 100011110 | 111011 | 101000 |
Color Harmonies of #872AA4
Complementary color
Monochromatic Colors of #872AA4
Black with #872AA4
Text Example
Text Example
White with #872AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872AA4; }
p { color: rgb(135,42,164); }
H1.HeaderClassName
{
color: #872AA4;
}
.AnyTagClassName
{
color: #872AA4;
}
</style>
background-color css
<style>
a { background-color: #872AA4; }
a { background-color: rgb(135,42,164); }
div.DivClassName
{
background-color: #872AA4;
}
.BgClassName
{
background-color: #872AA4;
}
</style>
border-color css
<style>
span { border-color: #872AA4; }
span { border-color: rgb(135,42,164); }
td.TdClassName
{
border-color: #872AA4;
}
.TagClassName
{
border-color: #872AA4;
}
</style>