Shades of Vivid Violet #842399
Tints of Vivid Violet #842399
RGB
CMYK
RGB Variations
Color information
#842399 (or 0x842399) is known color: Vivid Violet. HEX triplet: 84, 23 and 99. RGB value is (132,35,153). Sum of RGB (Red+Green+Blue) = 132+35+153=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #842399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842399 is #7BDC66. Grayscale: #4D4D4D. Windows color (decimal): -8117351 or 10036100. OLE color: 10036100.
HSL color Cylindrical-coordinate representation of color #842399: hue angle of 289.32º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842399 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 35 | 153 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.4 |
| HSL | 289.32º | 0.63% | 0.37% | - |
| HSV(B) | 289.32º | 0.77% | 0.6% | - |
| XYZ | 15.87 | 8.41 | 30.92 | - |
| YUV | 77.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 153 | 0.14 | 0.77 | 0 | 0.4 | 289.32 | 0.63 | 0.37 |
| Hex | 84 | 23 | 99 | E | 4D | 0 | 28 | 121 | 3F | 25 |
| Octal | 204 | 43 | 231 | 16 | 115 | 0 | 50 | 441 | 77 | 45 |
| Binary | 10000100 | 100011 | 10011001 | 1110 | 1001101 | 0 | 101000 | 100100001 | 111111 | 100101 |
Color Harmonies of #842399
Complementary color
Monochromatic Colors of #842399
Black with #842399
Text Example
Text Example
White with #842399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842399; }
p { color: rgb(132,35,153); }
H1.HeaderClassName
{
color: #842399;
}
.AnyTagClassName
{
color: #842399;
}
</style>
background-color css
<style>
a { background-color: #842399; }
a { background-color: rgb(132,35,153); }
div.DivClassName
{
background-color: #842399;
}
.BgClassName
{
background-color: #842399;
}
</style>
border-color css
<style>
span { border-color: #842399; }
span { border-color: rgb(132,35,153); }
td.TdClassName
{
border-color: #842399;
}
.TagClassName
{
border-color: #842399;
}
</style>