Shades of Vivid Violet #832998
Tints of Vivid Violet #832998
RGB
CMYK
RGB Variations
Color information
#832998 (or 0x832998) is known color: Vivid Violet. HEX triplet: 83, 29 and 98. RGB value is (131,41,152). Sum of RGB (Red+Green+Blue) = 131+41+152=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #832998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832998 is #7CD667. Grayscale: #505050. Windows color (decimal): -8181352 or 9972099. OLE color: 9972099.
HSL color Cylindrical-coordinate representation of color #832998: hue angle of 288.65º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832998 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 41 | 152 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.40 |
| HSL | 288.65º | 0.58% | 0.38% | - |
| HSV(B) | 288.65º | 0.73% | 0.6% | - |
| XYZ | 15.82 | 8.68 | 30.55 | - |
| YUV | 80.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 152 | 0.14 | 0.73 | 0 | 0.40 | 288.65 | 0.58 | 0.38 |
| Hex | 83 | 29 | 98 | E | 49 | 0 | 28 | 121 | 3A | 26 |
| Octal | 203 | 51 | 230 | 16 | 111 | 0 | 50 | 441 | 72 | 46 |
| Binary | 10000011 | 101001 | 10011000 | 1110 | 1001001 | 0 | 101000 | 100100001 | 111010 | 100110 |
Color Harmonies of #832998
Complementary color
Monochromatic Colors of #832998
Black with #832998
Text Example
Text Example
White with #832998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832998; }
p { color: rgb(131,41,152); }
H1.HeaderClassName
{
color: #832998;
}
.AnyTagClassName
{
color: #832998;
}
</style>
background-color css
<style>
a { background-color: #832998; }
a { background-color: rgb(131,41,152); }
div.DivClassName
{
background-color: #832998;
}
.BgClassName
{
background-color: #832998;
}
</style>
border-color css
<style>
span { border-color: #832998; }
span { border-color: rgb(131,41,152); }
td.TdClassName
{
border-color: #832998;
}
.TagClassName
{
border-color: #832998;
}
</style>