Shades of Vivid Violet #842489
Tints of Vivid Violet #842489
RGB
CMYK
RGB Variations
Color information
#842489 (or 0x842489) is known color: Vivid Violet. HEX triplet: 84, 24 and 89. RGB value is (132,36,137). Sum of RGB (Red+Green+Blue) = 132+36+137=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #842489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842489 is #7BDB76. Grayscale: #4B4B4B. Windows color (decimal): -8117111 or 8987780. OLE color: 8987780.
HSL color Cylindrical-coordinate representation of color #842489: hue angle of 297.03º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842489 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 36 | 137 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.46 |
| HSL | 297.03º | 0.58% | 0.34% | - |
| HSV(B) | 297.03º | 0.74% | 0.54% | - |
| XYZ | 14.66 | 7.97 | 24.43 | - |
| YUV | 76.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 137 | 0.04 | 0.74 | 0 | 0.46 | 297.03 | 0.58 | 0.34 |
| Hex | 84 | 24 | 89 | 4 | 4A | 0 | 2E | 129 | 3A | 22 |
| Octal | 204 | 44 | 211 | 4 | 112 | 0 | 56 | 451 | 72 | 42 |
| Binary | 10000100 | 100100 | 10001001 | 100 | 1001010 | 0 | 101110 | 100101001 | 111010 | 100010 |
Color Harmonies of #842489
Complementary color
Monochromatic Colors of #842489
Black with #842489
Text Example
Text Example
White with #842489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842489; }
p { color: rgb(132,36,137); }
H1.HeaderClassName
{
color: #842489;
}
.AnyTagClassName
{
color: #842489;
}
</style>
background-color css
<style>
a { background-color: #842489; }
a { background-color: rgb(132,36,137); }
div.DivClassName
{
background-color: #842489;
}
.BgClassName
{
background-color: #842489;
}
</style>
border-color css
<style>
span { border-color: #842489; }
span { border-color: rgb(132,36,137); }
td.TdClassName
{
border-color: #842489;
}
.TagClassName
{
border-color: #842489;
}
</style>