Shades of Vivid Violet #841C98
Tints of Vivid Violet #841C98
RGB
CMYK
RGB Variations
Color information
#841C98 (or 0x841C98) is known color: Vivid Violet. HEX triplet: 84, 1C and 98. RGB value is (132,28,152). Sum of RGB (Red+Green+Blue) = 132+28+152=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #841C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841C98 is #7BE367. Grayscale: #484848. Windows color (decimal): -8119144 or 9968772. OLE color: 9968772.
HSL color Cylindrical-coordinate representation of color #841C98: hue angle of 290.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841C98 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 28 | 152 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.40 |
| HSL | 290.32º | 0.69% | 0.35% | - |
| HSV(B) | 290.32º | 0.82% | 0.6% | - |
| XYZ | 15.6 | 8 | 30.43 | - |
| YUV | 73.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 152 | 0.13 | 0.82 | 0 | 0.40 | 290.32 | 0.69 | 0.35 |
| Hex | 84 | 1C | 98 | D | 52 | 0 | 28 | 122 | 45 | 23 |
| Octal | 204 | 34 | 230 | 15 | 122 | 0 | 50 | 442 | 105 | 43 |
| Binary | 10000100 | 11100 | 10011000 | 1101 | 1010010 | 0 | 101000 | 100100010 | 1000101 | 100011 |
Color Harmonies of #841C98
Complementary color
Monochromatic Colors of #841C98
Black with #841C98
Text Example
Text Example
White with #841C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C98; }
p { color: rgb(132,28,152); }
H1.HeaderClassName
{
color: #841C98;
}
.AnyTagClassName
{
color: #841C98;
}
</style>
background-color css
<style>
a { background-color: #841C98; }
a { background-color: rgb(132,28,152); }
div.DivClassName
{
background-color: #841C98;
}
.BgClassName
{
background-color: #841C98;
}
</style>
border-color css
<style>
span { border-color: #841C98; }
span { border-color: rgb(132,28,152); }
td.TdClassName
{
border-color: #841C98;
}
.TagClassName
{
border-color: #841C98;
}
</style>