Shades of Vivid Violet #842889
Tints of Vivid Violet #842889
RGB
CMYK
RGB Variations
Color information
#842889 (or 0x842889) is known color: Vivid Violet. HEX triplet: 84, 28 and 89. RGB value is (132,40,137). Sum of RGB (Red+Green+Blue) = 132+40+137=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #842889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842889 is #7BD776. Grayscale: #4E4E4E. Windows color (decimal): -8116087 or 8988804. OLE color: 8988804.
HSL color Cylindrical-coordinate representation of color #842889: hue angle of 296.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842889 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 40 | 137 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.46 |
| HSL | 296.91º | 0.55% | 0.35% | - |
| HSV(B) | 296.91º | 0.71% | 0.54% | - |
| XYZ | 14.79 | 8.23 | 24.48 | - |
| YUV | 78.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 137 | 0.04 | 0.71 | 0 | 0.46 | 296.91 | 0.55 | 0.35 |
| Hex | 84 | 28 | 89 | 4 | 47 | 0 | 2E | 129 | 37 | 23 |
| Octal | 204 | 50 | 211 | 4 | 107 | 0 | 56 | 451 | 67 | 43 |
| Binary | 10000100 | 101000 | 10001001 | 100 | 1000111 | 0 | 101110 | 100101001 | 110111 | 100011 |
Color Harmonies of #842889
Complementary color
Monochromatic Colors of #842889
Black with #842889
Text Example
Text Example
White with #842889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842889; }
p { color: rgb(132,40,137); }
H1.HeaderClassName
{
color: #842889;
}
.AnyTagClassName
{
color: #842889;
}
</style>
background-color css
<style>
a { background-color: #842889; }
a { background-color: rgb(132,40,137); }
div.DivClassName
{
background-color: #842889;
}
.BgClassName
{
background-color: #842889;
}
</style>
border-color css
<style>
span { border-color: #842889; }
span { border-color: rgb(132,40,137); }
td.TdClassName
{
border-color: #842889;
}
.TagClassName
{
border-color: #842889;
}
</style>