Shades of Vivid Violet #842392
Tints of Vivid Violet #842392
RGB
CMYK
RGB Variations
Color information
#842392 (or 0x842392) is known color: Vivid Violet. HEX triplet: 84, 23 and 92. RGB value is (132,35,146). Sum of RGB (Red+Green+Blue) = 132+35+146=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #842392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842392 is #7BDC6D. Grayscale: #4C4C4C. Windows color (decimal): -8117358 or 9577348. OLE color: 9577348.
HSL color Cylindrical-coordinate representation of color #842392: hue angle of 292.43º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842392 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 35 | 146 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.43 |
| HSL | 292.43º | 0.61% | 0.35% | - |
| HSV(B) | 292.43º | 0.76% | 0.57% | - |
| XYZ | 15.31 | 8.18 | 27.97 | - |
| YUV | 76.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 146 | 0.10 | 0.76 | 0 | 0.43 | 292.43 | 0.61 | 0.35 |
| Hex | 84 | 23 | 92 | A | 4C | 0 | 2B | 124 | 3D | 23 |
| Octal | 204 | 43 | 222 | 12 | 114 | 0 | 53 | 444 | 75 | 43 |
| Binary | 10000100 | 100011 | 10010010 | 1010 | 1001100 | 0 | 101011 | 100100100 | 111101 | 100011 |
Color Harmonies of #842392
Complementary color
Monochromatic Colors of #842392
Black with #842392
Text Example
Text Example
White with #842392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842392; }
p { color: rgb(132,35,146); }
H1.HeaderClassName
{
color: #842392;
}
.AnyTagClassName
{
color: #842392;
}
</style>
background-color css
<style>
a { background-color: #842392; }
a { background-color: rgb(132,35,146); }
div.DivClassName
{
background-color: #842392;
}
.BgClassName
{
background-color: #842392;
}
</style>
border-color css
<style>
span { border-color: #842392; }
span { border-color: rgb(132,35,146); }
td.TdClassName
{
border-color: #842392;
}
.TagClassName
{
border-color: #842392;
}
</style>