Shades of Vivid Violet #842C9F
Tints of Vivid Violet #842C9F
RGB
CMYK
RGB Variations
Color information
#842C9F (or 0x842C9F) is known color: Vivid Violet. HEX triplet: 84, 2C and 9F. RGB value is (132,44,159). Sum of RGB (Red+Green+Blue) = 132+44+159=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #842C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C9F is #7BD360. Grayscale: #535353. Windows color (decimal): -8115041 or 10431620. OLE color: 10431620.
HSL color Cylindrical-coordinate representation of color #842C9F: hue angle of 285.91º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842C9F is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 44 | 159 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.38 |
| HSL | 285.91º | 0.57% | 0.4% | - |
| HSV(B) | 285.91º | 0.72% | 0.62% | - |
| XYZ | 16.67 | 9.21 | 33.7 | - |
| YUV | 83.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 159 | 0.17 | 0.72 | 0 | 0.38 | 285.91 | 0.57 | 0.4 |
| Hex | 84 | 2C | 9F | 11 | 48 | 0 | 26 | 11E | 39 | 28 |
| Octal | 204 | 54 | 237 | 21 | 110 | 0 | 46 | 436 | 71 | 50 |
| Binary | 10000100 | 101100 | 10011111 | 10001 | 1001000 | 0 | 100110 | 100011110 | 111001 | 101000 |
Color Harmonies of #842C9F
Complementary color
Monochromatic Colors of #842C9F
Black with #842C9F
Text Example
Text Example
White with #842C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C9F; }
p { color: rgb(132,44,159); }
H1.HeaderClassName
{
color: #842C9F;
}
.AnyTagClassName
{
color: #842C9F;
}
</style>
background-color css
<style>
a { background-color: #842C9F; }
a { background-color: rgb(132,44,159); }
div.DivClassName
{
background-color: #842C9F;
}
.BgClassName
{
background-color: #842C9F;
}
</style>
border-color css
<style>
span { border-color: #842C9F; }
span { border-color: rgb(132,44,159); }
td.TdClassName
{
border-color: #842C9F;
}
.TagClassName
{
border-color: #842C9F;
}
</style>