Shades of Vivid Violet #831998
Tints of Vivid Violet #831998
RGB
CMYK
RGB Variations
Color information
#831998 (or 0x831998) is known color: Vivid Violet. HEX triplet: 83, 19 and 98. RGB value is (131,25,152). Sum of RGB (Red+Green+Blue) = 131+25+152=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #831998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831998 is #7CE667. Grayscale: #464646. Windows color (decimal): -8185448 or 9968003. OLE color: 9968003.
HSL color Cylindrical-coordinate representation of color #831998: hue angle of 290.08º 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 #831998 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 25 | 152 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.40 |
| HSL | 290.08º | 0.72% | 0.35% | - |
| HSV(B) | 290.08º | 0.84% | 0.6% | - |
| XYZ | 15.38 | 7.79 | 30.4 | - |
| YUV | 71.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 152 | 0.14 | 0.84 | 0 | 0.40 | 290.08 | 0.72 | 0.35 |
| Hex | 83 | 19 | 98 | E | 54 | 0 | 28 | 122 | 48 | 23 |
| Octal | 203 | 31 | 230 | 16 | 124 | 0 | 50 | 442 | 110 | 43 |
| Binary | 10000011 | 11001 | 10011000 | 1110 | 1010100 | 0 | 101000 | 100100010 | 1001000 | 100011 |
Color Harmonies of #831998
Complementary color
Monochromatic Colors of #831998
Black with #831998
Text Example
Text Example
White with #831998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831998; }
p { color: rgb(131,25,152); }
H1.HeaderClassName
{
color: #831998;
}
.AnyTagClassName
{
color: #831998;
}
</style>
background-color css
<style>
a { background-color: #831998; }
a { background-color: rgb(131,25,152); }
div.DivClassName
{
background-color: #831998;
}
.BgClassName
{
background-color: #831998;
}
</style>
border-color css
<style>
span { border-color: #831998; }
span { border-color: rgb(131,25,152); }
td.TdClassName
{
border-color: #831998;
}
.TagClassName
{
border-color: #831998;
}
</style>