Shades of Vivid Violet #842699
Tints of Vivid Violet #842699
RGB
CMYK
RGB Variations
Color information
#842699 (or 0x842699) is known color: Vivid Violet. HEX triplet: 84, 26 and 99. RGB value is (132,38,153). Sum of RGB (Red+Green+Blue) = 132+38+153=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #842699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842699 is #7BD966. Grayscale: #4E4E4E. Windows color (decimal): -8116583 or 10036868. OLE color: 10036868.
HSL color Cylindrical-coordinate representation of color #842699: hue angle of 289.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842699 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 38 | 153 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.4 |
| HSL | 289.04º | 0.6% | 0.37% | - |
| HSV(B) | 289.04º | 0.75% | 0.6% | - |
| XYZ | 15.96 | 8.59 | 30.95 | - |
| YUV | 79.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 153 | 0.14 | 0.75 | 0 | 0.4 | 289.04 | 0.6 | 0.37 |
| Hex | 84 | 26 | 99 | E | 4B | 0 | 28 | 121 | 3C | 25 |
| Octal | 204 | 46 | 231 | 16 | 113 | 0 | 50 | 441 | 74 | 45 |
| Binary | 10000100 | 100110 | 10011001 | 1110 | 1001011 | 0 | 101000 | 100100001 | 111100 | 100101 |
Color Harmonies of #842699
Complementary color
Monochromatic Colors of #842699
Black with #842699
Text Example
Text Example
White with #842699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842699; }
p { color: rgb(132,38,153); }
H1.HeaderClassName
{
color: #842699;
}
.AnyTagClassName
{
color: #842699;
}
</style>
background-color css
<style>
a { background-color: #842699; }
a { background-color: rgb(132,38,153); }
div.DivClassName
{
background-color: #842699;
}
.BgClassName
{
background-color: #842699;
}
</style>
border-color css
<style>
span { border-color: #842699; }
span { border-color: rgb(132,38,153); }
td.TdClassName
{
border-color: #842699;
}
.TagClassName
{
border-color: #842699;
}
</style>