Shades of Vivid Violet #842495
Tints of Vivid Violet #842495
RGB
CMYK
RGB Variations
Color information
#842495 (or 0x842495) is known color: Vivid Violet. HEX triplet: 84, 24 and 95. RGB value is (132,36,149). Sum of RGB (Red+Green+Blue) = 132+36+149=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #842495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842495 is #7BDB6A. Grayscale: #4D4D4D. Windows color (decimal): -8117099 or 9774212. OLE color: 9774212.
HSL color Cylindrical-coordinate representation of color #842495: hue angle of 290.97º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842495 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 36 | 149 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.42 |
| HSL | 290.97º | 0.61% | 0.36% | - |
| HSV(B) | 290.97º | 0.76% | 0.58% | - |
| XYZ | 15.57 | 8.34 | 29.22 | - |
| YUV | 77.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 149 | 0.11 | 0.76 | 0 | 0.42 | 290.97 | 0.61 | 0.36 |
| Hex | 84 | 24 | 95 | B | 4C | 0 | 2A | 123 | 3D | 24 |
| Octal | 204 | 44 | 225 | 13 | 114 | 0 | 52 | 443 | 75 | 44 |
| Binary | 10000100 | 100100 | 10010101 | 1011 | 1001100 | 0 | 101010 | 100100011 | 111101 | 100100 |
Color Harmonies of #842495
Complementary color
Monochromatic Colors of #842495
Black with #842495
Text Example
Text Example
White with #842495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842495; }
p { color: rgb(132,36,149); }
H1.HeaderClassName
{
color: #842495;
}
.AnyTagClassName
{
color: #842495;
}
</style>
background-color css
<style>
a { background-color: #842495; }
a { background-color: rgb(132,36,149); }
div.DivClassName
{
background-color: #842495;
}
.BgClassName
{
background-color: #842495;
}
</style>
border-color css
<style>
span { border-color: #842495; }
span { border-color: rgb(132,36,149); }
td.TdClassName
{
border-color: #842495;
}
.TagClassName
{
border-color: #842495;
}
</style>