Shades of Vivid Violet #842592
Tints of Vivid Violet #842592
RGB
CMYK
RGB Variations
Color information
#842592 (or 0x842592) is known color: Vivid Violet. HEX triplet: 84, 25 and 92. RGB value is (132,37,146). Sum of RGB (Red+Green+Blue) = 132+37+146=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #842592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842592 is #7BDA6D. Grayscale: #4D4D4D. Windows color (decimal): -8116846 or 9577860. OLE color: 9577860.
HSL color Cylindrical-coordinate representation of color #842592: hue angle of 292.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842592 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 37 | 146 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.43 |
| HSL | 292.29º | 0.6% | 0.36% | - |
| HSV(B) | 292.29º | 0.75% | 0.57% | - |
| XYZ | 15.37 | 8.3 | 27.99 | - |
| YUV | 77.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 146 | 0.10 | 0.75 | 0 | 0.43 | 292.29 | 0.6 | 0.36 |
| Hex | 84 | 25 | 92 | A | 4B | 0 | 2B | 124 | 3C | 24 |
| Octal | 204 | 45 | 222 | 12 | 113 | 0 | 53 | 444 | 74 | 44 |
| Binary | 10000100 | 100101 | 10010010 | 1010 | 1001011 | 0 | 101011 | 100100100 | 111100 | 100100 |
Color Harmonies of #842592
Complementary color
Monochromatic Colors of #842592
Black with #842592
Text Example
Text Example
White with #842592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842592; }
p { color: rgb(132,37,146); }
H1.HeaderClassName
{
color: #842592;
}
.AnyTagClassName
{
color: #842592;
}
</style>
background-color css
<style>
a { background-color: #842592; }
a { background-color: rgb(132,37,146); }
div.DivClassName
{
background-color: #842592;
}
.BgClassName
{
background-color: #842592;
}
</style>
border-color css
<style>
span { border-color: #842592; }
span { border-color: rgb(132,37,146); }
td.TdClassName
{
border-color: #842592;
}
.TagClassName
{
border-color: #842592;
}
</style>