Shades of Vivid Violet #841998
Tints of Vivid Violet #841998
RGB
CMYK
RGB Variations
Color information
#841998 (or 0x841998) is known color: Vivid Violet. HEX triplet: 84, 19 and 98. RGB value is (132,25,152). Sum of RGB (Red+Green+Blue) = 132+25+152=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #841998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841998 is #7BE667. Grayscale: #474747. Windows color (decimal): -8119912 or 9968004. OLE color: 9968004.
HSL color Cylindrical-coordinate representation of color #841998: hue angle of 290.55º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841998 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 25 | 152 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.40 |
| HSL | 290.55º | 0.72% | 0.35% | - |
| HSV(B) | 290.55º | 0.84% | 0.6% | - |
| XYZ | 15.53 | 7.87 | 30.41 | - |
| YUV | 71.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 152 | 0.13 | 0.84 | 0 | 0.40 | 290.55 | 0.72 | 0.35 |
| Hex | 84 | 19 | 98 | D | 54 | 0 | 28 | 123 | 48 | 23 |
| Octal | 204 | 31 | 230 | 15 | 124 | 0 | 50 | 443 | 110 | 43 |
| Binary | 10000100 | 11001 | 10011000 | 1101 | 1010100 | 0 | 101000 | 100100011 | 1001000 | 100011 |
Color Harmonies of #841998
Complementary color
Monochromatic Colors of #841998
Black with #841998
Text Example
Text Example
White with #841998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841998; }
p { color: rgb(132,25,152); }
H1.HeaderClassName
{
color: #841998;
}
.AnyTagClassName
{
color: #841998;
}
</style>
background-color css
<style>
a { background-color: #841998; }
a { background-color: rgb(132,25,152); }
div.DivClassName
{
background-color: #841998;
}
.BgClassName
{
background-color: #841998;
}
</style>
border-color css
<style>
span { border-color: #841998; }
span { border-color: rgb(132,25,152); }
td.TdClassName
{
border-color: #841998;
}
.TagClassName
{
border-color: #841998;
}
</style>