Shades of Vivid Violet #844699
Tints of Vivid Violet #844699
RGB
CMYK
RGB Variations
Color information
#844699 (or 0x844699) is known color: Vivid Violet. HEX triplet: 84, 46 and 99. RGB value is (132,70,153). Sum of RGB (Red+Green+Blue) = 132+70+153=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #844699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844699 is #7BB966. Grayscale: #616161. Windows color (decimal): -8108391 or 10045060. OLE color: 10045060.
HSL color Cylindrical-coordinate representation of color #844699: hue angle of 284.82º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844699 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 70 | 153 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.4 |
| HSL | 284.82º | 0.37% | 0.44% | - |
| HSV(B) | 284.82º | 0.54% | 0.6% | - |
| XYZ | 17.46 | 11.59 | 31.45 | - |
| YUV | 98 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 153 | 0.14 | 0.54 | 0 | 0.4 | 284.82 | 0.37 | 0.44 |
| Hex | 84 | 46 | 99 | E | 36 | 0 | 28 | 11D | 25 | 2C |
| Octal | 204 | 106 | 231 | 16 | 66 | 0 | 50 | 435 | 45 | 54 |
| Binary | 10000100 | 1000110 | 10011001 | 1110 | 110110 | 0 | 101000 | 100011101 | 100101 | 101100 |
Color Harmonies of #844699
Complementary color
Monochromatic Colors of #844699
Black with #844699
Text Example
Text Example
White with #844699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844699; }
p { color: rgb(132,70,153); }
H1.HeaderClassName
{
color: #844699;
}
.AnyTagClassName
{
color: #844699;
}
</style>
background-color css
<style>
a { background-color: #844699; }
a { background-color: rgb(132,70,153); }
div.DivClassName
{
background-color: #844699;
}
.BgClassName
{
background-color: #844699;
}
</style>
border-color css
<style>
span { border-color: #844699; }
span { border-color: rgb(132,70,153); }
td.TdClassName
{
border-color: #844699;
}
.TagClassName
{
border-color: #844699;
}
</style>