Shades of Vivid Violet #842896
Tints of Vivid Violet #842896
RGB
CMYK
RGB Variations
Color information
#842896 (or 0x842896) is known color: Vivid Violet. HEX triplet: 84, 28 and 96. RGB value is (132,40,150). Sum of RGB (Red+Green+Blue) = 132+40+150=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #842896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842896 is #7BD769. Grayscale: #4F4F4F. Windows color (decimal): -8116074 or 9840772. OLE color: 9840772.
HSL color Cylindrical-coordinate representation of color #842896: hue angle of 290.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842896 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 40 | 150 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.41 |
| HSL | 290.18º | 0.58% | 0.37% | - |
| HSV(B) | 290.18º | 0.73% | 0.59% | - |
| XYZ | 15.78 | 8.63 | 29.69 | - |
| YUV | 80.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 150 | 0.12 | 0.73 | 0 | 0.41 | 290.18 | 0.58 | 0.37 |
| Hex | 84 | 28 | 96 | C | 49 | 0 | 29 | 122 | 3A | 25 |
| Octal | 204 | 50 | 226 | 14 | 111 | 0 | 51 | 442 | 72 | 45 |
| Binary | 10000100 | 101000 | 10010110 | 1100 | 1001001 | 0 | 101001 | 100100010 | 111010 | 100101 |
Color Harmonies of #842896
Complementary color
Monochromatic Colors of #842896
Black with #842896
Text Example
Text Example
White with #842896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842896; }
p { color: rgb(132,40,150); }
H1.HeaderClassName
{
color: #842896;
}
.AnyTagClassName
{
color: #842896;
}
</style>
background-color css
<style>
a { background-color: #842896; }
a { background-color: rgb(132,40,150); }
div.DivClassName
{
background-color: #842896;
}
.BgClassName
{
background-color: #842896;
}
</style>
border-color css
<style>
span { border-color: #842896; }
span { border-color: rgb(132,40,150); }
td.TdClassName
{
border-color: #842896;
}
.TagClassName
{
border-color: #842896;
}
</style>