Shades of Vivid Violet #842295
Tints of Vivid Violet #842295
RGB
CMYK
RGB Variations
Color information
#842295 (or 0x842295) is known color: Vivid Violet. HEX triplet: 84, 22 and 95. RGB value is (132,34,149). Sum of RGB (Red+Green+Blue) = 132+34+149=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #842295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842295 is #7BDD6A. Grayscale: #4C4C4C. Windows color (decimal): -8117611 or 9773700. OLE color: 9773700.
HSL color Cylindrical-coordinate representation of color #842295: hue angle of 291.13º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842295 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 34 | 149 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.42 |
| HSL | 291.13º | 0.63% | 0.36% | - |
| HSV(B) | 291.13º | 0.77% | 0.58% | - |
| XYZ | 15.51 | 8.22 | 29.2 | - |
| YUV | 76.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 149 | 0.11 | 0.77 | 0 | 0.42 | 291.13 | 0.63 | 0.36 |
| Hex | 84 | 22 | 95 | B | 4D | 0 | 2A | 123 | 3F | 24 |
| Octal | 204 | 42 | 225 | 13 | 115 | 0 | 52 | 443 | 77 | 44 |
| Binary | 10000100 | 100010 | 10010101 | 1011 | 1001101 | 0 | 101010 | 100100011 | 111111 | 100100 |
Color Harmonies of #842295
Complementary color
Monochromatic Colors of #842295
Black with #842295
Text Example
Text Example
White with #842295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842295; }
p { color: rgb(132,34,149); }
H1.HeaderClassName
{
color: #842295;
}
.AnyTagClassName
{
color: #842295;
}
</style>
background-color css
<style>
a { background-color: #842295; }
a { background-color: rgb(132,34,149); }
div.DivClassName
{
background-color: #842295;
}
.BgClassName
{
background-color: #842295;
}
</style>
border-color css
<style>
span { border-color: #842295; }
span { border-color: rgb(132,34,149); }
td.TdClassName
{
border-color: #842295;
}
.TagClassName
{
border-color: #842295;
}
</style>