Shades of Vivid Violet #842B9E
Tints of Vivid Violet #842B9E
RGB
CMYK
RGB Variations
Color information
#842B9E (or 0x842B9E) is known color: Vivid Violet. HEX triplet: 84, 2B and 9E. RGB value is (132,43,158). Sum of RGB (Red+Green+Blue) = 132+43+158=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #842B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B9E is #7BD461. Grayscale: #525252. Windows color (decimal): -8115298 or 10365828. OLE color: 10365828.
HSL color Cylindrical-coordinate representation of color #842B9E: hue angle of 286.43º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842B9E is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 43 | 158 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.38 |
| HSL | 286.43º | 0.57% | 0.39% | - |
| HSV(B) | 286.43º | 0.73% | 0.62% | - |
| XYZ | 16.55 | 9.1 | 33.23 | - |
| YUV | 82.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 158 | 0.16 | 0.73 | 0 | 0.38 | 286.43 | 0.57 | 0.39 |
| Hex | 84 | 2B | 9E | 10 | 49 | 0 | 26 | 11E | 39 | 27 |
| Octal | 204 | 53 | 236 | 20 | 111 | 0 | 46 | 436 | 71 | 47 |
| Binary | 10000100 | 101011 | 10011110 | 10000 | 1001001 | 0 | 100110 | 100011110 | 111001 | 100111 |
Color Harmonies of #842B9E
Complementary color
Monochromatic Colors of #842B9E
Black with #842B9E
Text Example
Text Example
White with #842B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B9E; }
p { color: rgb(132,43,158); }
H1.HeaderClassName
{
color: #842B9E;
}
.AnyTagClassName
{
color: #842B9E;
}
</style>
background-color css
<style>
a { background-color: #842B9E; }
a { background-color: rgb(132,43,158); }
div.DivClassName
{
background-color: #842B9E;
}
.BgClassName
{
background-color: #842B9E;
}
</style>
border-color css
<style>
span { border-color: #842B9E; }
span { border-color: rgb(132,43,158); }
td.TdClassName
{
border-color: #842B9E;
}
.TagClassName
{
border-color: #842B9E;
}
</style>