Shades of Vivid Violet #844989
Tints of Vivid Violet #844989
RGB
CMYK
RGB Variations
Color information
#844989 (or 0x844989) is known color: Vivid Violet. HEX triplet: 84, 49 and 89. RGB value is (132,73,137). Sum of RGB (Red+Green+Blue) = 132+73+137=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #844989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844989 is #7BB676. Grayscale: #616161. Windows color (decimal): -8107639 or 8997252. OLE color: 8997252.
HSL color Cylindrical-coordinate representation of color #844989: hue angle of 295.31º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844989 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 73 | 137 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.46 |
| HSL | 295.31º | 0.3% | 0.41% | - |
| HSV(B) | 295.31º | 0.47% | 0.54% | - |
| XYZ | 16.41 | 11.48 | 25.02 | - |
| YUV | 97.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 137 | 0.04 | 0.47 | 0 | 0.46 | 295.31 | 0.3 | 0.41 |
| Hex | 84 | 49 | 89 | 4 | 2F | 0 | 2E | 127 | 1E | 29 |
| Octal | 204 | 111 | 211 | 4 | 57 | 0 | 56 | 447 | 36 | 51 |
| Binary | 10000100 | 1001001 | 10001001 | 100 | 101111 | 0 | 101110 | 100100111 | 11110 | 101001 |
Color Harmonies of #844989
Complementary color
Monochromatic Colors of #844989
Black with #844989
Text Example
Text Example
White with #844989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844989; }
p { color: rgb(132,73,137); }
H1.HeaderClassName
{
color: #844989;
}
.AnyTagClassName
{
color: #844989;
}
</style>
background-color css
<style>
a { background-color: #844989; }
a { background-color: rgb(132,73,137); }
div.DivClassName
{
background-color: #844989;
}
.BgClassName
{
background-color: #844989;
}
</style>
border-color css
<style>
span { border-color: #844989; }
span { border-color: rgb(132,73,137); }
td.TdClassName
{
border-color: #844989;
}
.TagClassName
{
border-color: #844989;
}
</style>