Shades of Vivid Violet #842598
Tints of Vivid Violet #842598
RGB
CMYK
RGB Variations
Color information
#842598 (or 0x842598) is known color: Vivid Violet. HEX triplet: 84, 25 and 98. RGB value is (132,37,152). Sum of RGB (Red+Green+Blue) = 132+37+152=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #842598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842598 is #7BDA67. Grayscale: #4E4E4E. Windows color (decimal): -8116840 or 9971076. OLE color: 9971076.
HSL color Cylindrical-coordinate representation of color #842598: hue angle of 289.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842598 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 37 | 152 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.40 |
| HSL | 289.57º | 0.61% | 0.37% | - |
| HSV(B) | 289.57º | 0.76% | 0.6% | - |
| XYZ | 15.84 | 8.5 | 30.51 | - |
| YUV | 78.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 152 | 0.13 | 0.76 | 0 | 0.40 | 289.57 | 0.61 | 0.37 |
| Hex | 84 | 25 | 98 | D | 4C | 0 | 28 | 122 | 3D | 25 |
| Octal | 204 | 45 | 230 | 15 | 114 | 0 | 50 | 442 | 75 | 45 |
| Binary | 10000100 | 100101 | 10011000 | 1101 | 1001100 | 0 | 101000 | 100100010 | 111101 | 100101 |
Color Harmonies of #842598
Complementary color
Monochromatic Colors of #842598
Black with #842598
Text Example
Text Example
White with #842598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842598; }
p { color: rgb(132,37,152); }
H1.HeaderClassName
{
color: #842598;
}
.AnyTagClassName
{
color: #842598;
}
</style>
background-color css
<style>
a { background-color: #842598; }
a { background-color: rgb(132,37,152); }
div.DivClassName
{
background-color: #842598;
}
.BgClassName
{
background-color: #842598;
}
</style>
border-color css
<style>
span { border-color: #842598; }
span { border-color: rgb(132,37,152); }
td.TdClassName
{
border-color: #842598;
}
.TagClassName
{
border-color: #842598;
}
</style>