Shades of Vivid Violet #844C91
Tints of Vivid Violet #844C91
RGB
CMYK
RGB Variations
Color information
#844C91 (or 0x844C91) is known color: Vivid Violet. HEX triplet: 84, 4C and 91. RGB value is (132,76,145). Sum of RGB (Red+Green+Blue) = 132+76+145=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #844C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C91 is #7BB36E. Grayscale: #646464. Windows color (decimal): -8106863 or 9522308. OLE color: 9522308.
HSL color Cylindrical-coordinate representation of color #844C91: hue angle of 288.7º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844C91 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 76 | 145 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.43 |
| HSL | 288.7º | 0.31% | 0.43% | - |
| HSV(B) | 288.7º | 0.48% | 0.57% | - |
| XYZ | 17.21 | 12.12 | 28.22 | - |
| YUV | 100.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 145 | 0.09 | 0.48 | 0 | 0.43 | 288.7 | 0.31 | 0.43 |
| Hex | 84 | 4C | 91 | 9 | 30 | 0 | 2B | 121 | 1F | 2B |
| Octal | 204 | 114 | 221 | 11 | 60 | 0 | 53 | 441 | 37 | 53 |
| Binary | 10000100 | 1001100 | 10010001 | 1001 | 110000 | 0 | 101011 | 100100001 | 11111 | 101011 |
Color Harmonies of #844C91
Complementary color
Monochromatic Colors of #844C91
Black with #844C91
Text Example
Text Example
White with #844C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C91; }
p { color: rgb(132,76,145); }
H1.HeaderClassName
{
color: #844C91;
}
.AnyTagClassName
{
color: #844C91;
}
</style>
background-color css
<style>
a { background-color: #844C91; }
a { background-color: rgb(132,76,145); }
div.DivClassName
{
background-color: #844C91;
}
.BgClassName
{
background-color: #844C91;
}
</style>
border-color css
<style>
span { border-color: #844C91; }
span { border-color: rgb(132,76,145); }
td.TdClassName
{
border-color: #844C91;
}
.TagClassName
{
border-color: #844C91;
}
</style>