Shades of Vivid Violet #831C8D
Tints of Vivid Violet #831C8D
RGB
CMYK
RGB Variations
Color information
#831C8D (or 0x831C8D) is known color: Vivid Violet. HEX triplet: 83, 1C and 8D. RGB value is (131,28,141). Sum of RGB (Red+Green+Blue) = 131+28+141=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #831C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831C8D is #7CE372. Grayscale: #474747. Windows color (decimal): -8184691 or 9247875. OLE color: 9247875.
HSL color Cylindrical-coordinate representation of color #831C8D: hue angle of 294.69º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831C8D is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 28 | 141 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.45 |
| HSL | 294.69º | 0.67% | 0.33% | - |
| HSV(B) | 294.69º | 0.8% | 0.55% | - |
| XYZ | 14.58 | 7.58 | 25.89 | - |
| YUV | 71.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 141 | 0.07 | 0.80 | 0 | 0.45 | 294.69 | 0.67 | 0.33 |
| Hex | 83 | 1C | 8D | 7 | 50 | 0 | 2D | 127 | 43 | 21 |
| Octal | 203 | 34 | 215 | 7 | 120 | 0 | 55 | 447 | 103 | 41 |
| Binary | 10000011 | 11100 | 10001101 | 111 | 1010000 | 0 | 101101 | 100100111 | 1000011 | 100001 |
Color Harmonies of #831C8D
Complementary color
Monochromatic Colors of #831C8D
Black with #831C8D
Text Example
Text Example
White with #831C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C8D; }
p { color: rgb(131,28,141); }
H1.HeaderClassName
{
color: #831C8D;
}
.AnyTagClassName
{
color: #831C8D;
}
</style>
background-color css
<style>
a { background-color: #831C8D; }
a { background-color: rgb(131,28,141); }
div.DivClassName
{
background-color: #831C8D;
}
.BgClassName
{
background-color: #831C8D;
}
</style>
border-color css
<style>
span { border-color: #831C8D; }
span { border-color: rgb(131,28,141); }
td.TdClassName
{
border-color: #831C8D;
}
.TagClassName
{
border-color: #831C8D;
}
</style>