Shades of Vivid Violet #842299
Tints of Vivid Violet #842299
RGB
CMYK
RGB Variations
Color information
#842299 (or 0x842299) is known color: Vivid Violet. HEX triplet: 84, 22 and 99. RGB value is (132,34,153). Sum of RGB (Red+Green+Blue) = 132+34+153=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #842299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842299 is #7BDD66. Grayscale: #4C4C4C. Windows color (decimal): -8117607 or 10035844. OLE color: 10035844.
HSL color Cylindrical-coordinate representation of color #842299: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #842299 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 34 | 153 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.4 |
| HSL | 289.41º | 0.64% | 0.37% | - |
| HSV(B) | 289.41º | 0.78% | 0.6% | - |
| XYZ | 15.84 | 8.35 | 30.91 | - |
| YUV | 76.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 153 | 0.14 | 0.78 | 0 | 0.4 | 289.41 | 0.64 | 0.37 |
| Hex | 84 | 22 | 99 | E | 4E | 0 | 28 | 121 | 40 | 25 |
| Octal | 204 | 42 | 231 | 16 | 116 | 0 | 50 | 441 | 100 | 45 |
| Binary | 10000100 | 100010 | 10011001 | 1110 | 1001110 | 0 | 101000 | 100100001 | 1000000 | 100101 |
Color Harmonies of #842299
Complementary color
Monochromatic Colors of #842299
Black with #842299
Text Example
Text Example
White with #842299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842299; }
p { color: rgb(132,34,153); }
H1.HeaderClassName
{
color: #842299;
}
.AnyTagClassName
{
color: #842299;
}
</style>
background-color css
<style>
a { background-color: #842299; }
a { background-color: rgb(132,34,153); }
div.DivClassName
{
background-color: #842299;
}
.BgClassName
{
background-color: #842299;
}
</style>
border-color css
<style>
span { border-color: #842299; }
span { border-color: rgb(132,34,153); }
td.TdClassName
{
border-color: #842299;
}
.TagClassName
{
border-color: #842299;
}
</style>