Shades of Vivid Violet #844D91
Tints of Vivid Violet #844D91
RGB
CMYK
RGB Variations
Color information
#844D91 (or 0x844D91) is known color: Vivid Violet. HEX triplet: 84, 4D and 91. RGB value is (132,77,145). Sum of RGB (Red+Green+Blue) = 132+77+145=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #844D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D91 is #7BB26E. Grayscale: #646464. Windows color (decimal): -8106607 or 9522564. OLE color: 9522564.
HSL color Cylindrical-coordinate representation of color #844D91: hue angle of 288.53º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844D91 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 77 | 145 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.43 |
| HSL | 288.53º | 0.31% | 0.44% | - |
| HSV(B) | 288.53º | 0.47% | 0.57% | - |
| XYZ | 17.28 | 12.26 | 28.24 | - |
| YUV | 101.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 145 | 0.09 | 0.47 | 0 | 0.43 | 288.53 | 0.31 | 0.44 |
| Hex | 84 | 4D | 91 | 9 | 2F | 0 | 2B | 121 | 1F | 2C |
| Octal | 204 | 115 | 221 | 11 | 57 | 0 | 53 | 441 | 37 | 54 |
| Binary | 10000100 | 1001101 | 10010001 | 1001 | 101111 | 0 | 101011 | 100100001 | 11111 | 101100 |
Color Harmonies of #844D91
Complementary color
Monochromatic Colors of #844D91
Black with #844D91
Text Example
Text Example
White with #844D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D91; }
p { color: rgb(132,77,145); }
H1.HeaderClassName
{
color: #844D91;
}
.AnyTagClassName
{
color: #844D91;
}
</style>
background-color css
<style>
a { background-color: #844D91; }
a { background-color: rgb(132,77,145); }
div.DivClassName
{
background-color: #844D91;
}
.BgClassName
{
background-color: #844D91;
}
</style>
border-color css
<style>
span { border-color: #844D91; }
span { border-color: rgb(132,77,145); }
td.TdClassName
{
border-color: #844D91;
}
.TagClassName
{
border-color: #844D91;
}
</style>