Shades of Vivid Violet #842394
Tints of Vivid Violet #842394
RGB
CMYK
RGB Variations
Color information
#842394 (or 0x842394) is known color: Vivid Violet. HEX triplet: 84, 23 and 94. RGB value is (132,35,148). Sum of RGB (Red+Green+Blue) = 132+35+148=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #842394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842394 is #7BDC6B. Grayscale: #4C4C4C. Windows color (decimal): -8117356 or 9708420. OLE color: 9708420.
HSL color Cylindrical-coordinate representation of color #842394: hue angle of 291.5º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842394 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 35 | 148 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.42 |
| HSL | 291.5º | 0.62% | 0.36% | - |
| HSV(B) | 291.5º | 0.76% | 0.58% | - |
| XYZ | 15.46 | 8.25 | 28.79 | - |
| YUV | 76.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 148 | 0.11 | 0.76 | 0 | 0.42 | 291.5 | 0.62 | 0.36 |
| Hex | 84 | 23 | 94 | B | 4C | 0 | 2A | 124 | 3E | 24 |
| Octal | 204 | 43 | 224 | 13 | 114 | 0 | 52 | 444 | 76 | 44 |
| Binary | 10000100 | 100011 | 10010100 | 1011 | 1001100 | 0 | 101010 | 100100100 | 111110 | 100100 |
Color Harmonies of #842394
Complementary color
Monochromatic Colors of #842394
Black with #842394
Text Example
Text Example
White with #842394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842394; }
p { color: rgb(132,35,148); }
H1.HeaderClassName
{
color: #842394;
}
.AnyTagClassName
{
color: #842394;
}
</style>
background-color css
<style>
a { background-color: #842394; }
a { background-color: rgb(132,35,148); }
div.DivClassName
{
background-color: #842394;
}
.BgClassName
{
background-color: #842394;
}
</style>
border-color css
<style>
span { border-color: #842394; }
span { border-color: rgb(132,35,148); }
td.TdClassName
{
border-color: #842394;
}
.TagClassName
{
border-color: #842394;
}
</style>