Shades of Vivid Violet #842A95
Tints of Vivid Violet #842A95
RGB
CMYK
RGB Variations
Color information
#842A95 (or 0x842A95) is known color: Vivid Violet. HEX triplet: 84, 2A and 95. RGB value is (132,42,149). Sum of RGB (Red+Green+Blue) = 132+42+149=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #842A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842A95 is #7BD56A. Grayscale: #505050. Windows color (decimal): -8115563 or 9775748. OLE color: 9775748.
HSL color Cylindrical-coordinate representation of color #842A95: hue angle of 290.47º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842A95 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 42 | 149 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.42 |
| HSL | 290.47º | 0.56% | 0.37% | - |
| HSV(B) | 290.47º | 0.72% | 0.58% | - |
| XYZ | 15.77 | 8.73 | 29.29 | - |
| YUV | 81.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 149 | 0.11 | 0.72 | 0 | 0.42 | 290.47 | 0.56 | 0.37 |
| Hex | 84 | 2A | 95 | B | 48 | 0 | 2A | 122 | 38 | 25 |
| Octal | 204 | 52 | 225 | 13 | 110 | 0 | 52 | 442 | 70 | 45 |
| Binary | 10000100 | 101010 | 10010101 | 1011 | 1001000 | 0 | 101010 | 100100010 | 111000 | 100101 |
Color Harmonies of #842A95
Complementary color
Monochromatic Colors of #842A95
Black with #842A95
Text Example
Text Example
White with #842A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A95; }
p { color: rgb(132,42,149); }
H1.HeaderClassName
{
color: #842A95;
}
.AnyTagClassName
{
color: #842A95;
}
</style>
background-color css
<style>
a { background-color: #842A95; }
a { background-color: rgb(132,42,149); }
div.DivClassName
{
background-color: #842A95;
}
.BgClassName
{
background-color: #842A95;
}
</style>
border-color css
<style>
span { border-color: #842A95; }
span { border-color: rgb(132,42,149); }
td.TdClassName
{
border-color: #842A95;
}
.TagClassName
{
border-color: #842A95;
}
</style>