Shades of Vivid Violet #842C96
Tints of Vivid Violet #842C96
RGB
CMYK
RGB Variations
Color information
#842C96 (or 0x842C96) is known color: Vivid Violet. HEX triplet: 84, 2C and 96. RGB value is (132,44,150). Sum of RGB (Red+Green+Blue) = 132+44+150=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #842C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C96 is #7BD369. Grayscale: #525252. Windows color (decimal): -8115050 or 9841796. OLE color: 9841796.
HSL color Cylindrical-coordinate representation of color #842C96: hue angle of 289.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842C96 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 44 | 150 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.41 |
| HSL | 289.81º | 0.55% | 0.38% | - |
| HSV(B) | 289.81º | 0.71% | 0.59% | - |
| XYZ | 15.92 | 8.91 | 29.73 | - |
| YUV | 82.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 150 | 0.12 | 0.71 | 0 | 0.41 | 289.81 | 0.55 | 0.38 |
| Hex | 84 | 2C | 96 | C | 47 | 0 | 29 | 122 | 37 | 26 |
| Octal | 204 | 54 | 226 | 14 | 107 | 0 | 51 | 442 | 67 | 46 |
| Binary | 10000100 | 101100 | 10010110 | 1100 | 1000111 | 0 | 101001 | 100100010 | 110111 | 100110 |
Color Harmonies of #842C96
Complementary color
Monochromatic Colors of #842C96
Black with #842C96
Text Example
Text Example
White with #842C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C96; }
p { color: rgb(132,44,150); }
H1.HeaderClassName
{
color: #842C96;
}
.AnyTagClassName
{
color: #842C96;
}
</style>
background-color css
<style>
a { background-color: #842C96; }
a { background-color: rgb(132,44,150); }
div.DivClassName
{
background-color: #842C96;
}
.BgClassName
{
background-color: #842C96;
}
</style>
border-color css
<style>
span { border-color: #842C96; }
span { border-color: rgb(132,44,150); }
td.TdClassName
{
border-color: #842C96;
}
.TagClassName
{
border-color: #842C96;
}
</style>