Shades of Vivid Violet #841B98
Tints of Vivid Violet #841B98
RGB
CMYK
RGB Variations
Color information
#841B98 (or 0x841B98) is known color: Vivid Violet. HEX triplet: 84, 1B and 98. RGB value is (132,27,152). Sum of RGB (Red+Green+Blue) = 132+27+152=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #841B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B98 is #7BE467. Grayscale: #484848. Windows color (decimal): -8119400 or 9968516. OLE color: 9968516.
HSL color Cylindrical-coordinate representation of color #841B98: hue angle of 290.4º degrees, saturation: 0.7, 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 #841B98 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 27 | 152 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.40 |
| HSL | 290.4º | 0.7% | 0.35% | - |
| HSV(B) | 290.4º | 0.82% | 0.6% | - |
| XYZ | 15.58 | 7.96 | 30.42 | - |
| YUV | 72.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 152 | 0.13 | 0.82 | 0 | 0.40 | 290.4 | 0.7 | 0.35 |
| Hex | 84 | 1B | 98 | D | 52 | 0 | 28 | 122 | 46 | 23 |
| Octal | 204 | 33 | 230 | 15 | 122 | 0 | 50 | 442 | 106 | 43 |
| Binary | 10000100 | 11011 | 10011000 | 1101 | 1010010 | 0 | 101000 | 100100010 | 1000110 | 100011 |
Color Harmonies of #841B98
Complementary color
Monochromatic Colors of #841B98
Black with #841B98
Text Example
Text Example
White with #841B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B98; }
p { color: rgb(132,27,152); }
H1.HeaderClassName
{
color: #841B98;
}
.AnyTagClassName
{
color: #841B98;
}
</style>
background-color css
<style>
a { background-color: #841B98; }
a { background-color: rgb(132,27,152); }
div.DivClassName
{
background-color: #841B98;
}
.BgClassName
{
background-color: #841B98;
}
</style>
border-color css
<style>
span { border-color: #841B98; }
span { border-color: rgb(132,27,152); }
td.TdClassName
{
border-color: #841B98;
}
.TagClassName
{
border-color: #841B98;
}
</style>