Shades of Vivid Violet #841E97
Tints of Vivid Violet #841E97
RGB
CMYK
RGB Variations
Color information
#841E97 (or 0x841E97) is known color: Vivid Violet. HEX triplet: 84, 1E and 97. RGB value is (132,30,151). Sum of RGB (Red+Green+Blue) = 132+30+151=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #841E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E97 is #7BE168. Grayscale: #494949. Windows color (decimal): -8118633 or 9903748. OLE color: 9903748.
HSL color Cylindrical-coordinate representation of color #841E97: hue angle of 290.58º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841E97 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 30 | 151 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.41 |
| HSL | 290.58º | 0.67% | 0.35% | - |
| HSV(B) | 290.58º | 0.8% | 0.59% | - |
| XYZ | 15.57 | 8.07 | 30.02 | - |
| YUV | 74.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 151 | 0.13 | 0.80 | 0 | 0.41 | 290.58 | 0.67 | 0.35 |
| Hex | 84 | 1E | 97 | D | 50 | 0 | 29 | 123 | 43 | 23 |
| Octal | 204 | 36 | 227 | 15 | 120 | 0 | 51 | 443 | 103 | 43 |
| Binary | 10000100 | 11110 | 10010111 | 1101 | 1010000 | 0 | 101001 | 100100011 | 1000011 | 100011 |
Color Harmonies of #841E97
Complementary color
Monochromatic Colors of #841E97
Black with #841E97
Text Example
Text Example
White with #841E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E97; }
p { color: rgb(132,30,151); }
H1.HeaderClassName
{
color: #841E97;
}
.AnyTagClassName
{
color: #841E97;
}
</style>
background-color css
<style>
a { background-color: #841E97; }
a { background-color: rgb(132,30,151); }
div.DivClassName
{
background-color: #841E97;
}
.BgClassName
{
background-color: #841E97;
}
</style>
border-color css
<style>
span { border-color: #841E97; }
span { border-color: rgb(132,30,151); }
td.TdClassName
{
border-color: #841E97;
}
.TagClassName
{
border-color: #841E97;
}
</style>