Shades of Vivid Violet #842397
Tints of Vivid Violet #842397
RGB
CMYK
RGB Variations
Color information
#842397 (or 0x842397) is known color: Vivid Violet. HEX triplet: 84, 23 and 97. RGB value is (132,35,151). Sum of RGB (Red+Green+Blue) = 132+35+151=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #842397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842397 is #7BDC68. Grayscale: #4C4C4C. Windows color (decimal): -8117353 or 9905028. OLE color: 9905028.
HSL color Cylindrical-coordinate representation of color #842397: hue angle of 290.17º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842397 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 35 | 151 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.41 |
| HSL | 290.17º | 0.62% | 0.36% | - |
| HSV(B) | 290.17º | 0.77% | 0.59% | - |
| XYZ | 15.7 | 8.34 | 30.06 | - |
| YUV | 77.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 151 | 0.13 | 0.77 | 0 | 0.41 | 290.17 | 0.62 | 0.36 |
| Hex | 84 | 23 | 97 | D | 4D | 0 | 29 | 122 | 3E | 24 |
| Octal | 204 | 43 | 227 | 15 | 115 | 0 | 51 | 442 | 76 | 44 |
| Binary | 10000100 | 100011 | 10010111 | 1101 | 1001101 | 0 | 101001 | 100100010 | 111110 | 100100 |
Color Harmonies of #842397
Complementary color
Monochromatic Colors of #842397
Black with #842397
Text Example
Text Example
White with #842397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842397; }
p { color: rgb(132,35,151); }
H1.HeaderClassName
{
color: #842397;
}
.AnyTagClassName
{
color: #842397;
}
</style>
background-color css
<style>
a { background-color: #842397; }
a { background-color: rgb(132,35,151); }
div.DivClassName
{
background-color: #842397;
}
.BgClassName
{
background-color: #842397;
}
</style>
border-color css
<style>
span { border-color: #842397; }
span { border-color: rgb(132,35,151); }
td.TdClassName
{
border-color: #842397;
}
.TagClassName
{
border-color: #842397;
}
</style>