Shades of Vivid Violet #831DAC
Tints of Vivid Violet #831DAC
RGB
CMYK
RGB Variations
Color information
#831DAC (or 0x831DAC) is known color: Vivid Violet. HEX triplet: 83, 1D and AC. RGB value is (131,29,172). Sum of RGB (Red+Green+Blue) = 131+29+172=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #831DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831DAC is #7CE253. Grayscale: #4B4B4B. Windows color (decimal): -8184404 or 11279747. OLE color: 11279747.
HSL color Cylindrical-coordinate representation of color #831DAC: hue angle of 282.8º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831DAC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 29 | 172 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.33 |
| HSL | 282.8º | 0.71% | 0.39% | - |
| HSV(B) | 282.8º | 0.83% | 0.67% | - |
| XYZ | 17.25 | 8.68 | 39.8 | - |
| YUV | 75.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 172 | 0.24 | 0.83 | 0 | 0.33 | 282.8 | 0.71 | 0.39 |
| Hex | 83 | 1D | AC | 18 | 53 | 0 | 21 | 11B | 47 | 27 |
| Octal | 203 | 35 | 254 | 30 | 123 | 0 | 41 | 433 | 107 | 47 |
| Binary | 10000011 | 11101 | 10101100 | 11000 | 1010011 | 0 | 100001 | 100011011 | 1000111 | 100111 |
Color Harmonies of #831DAC
Complementary color
Monochromatic Colors of #831DAC
Black with #831DAC
Text Example
Text Example
White with #831DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DAC; }
p { color: rgb(131,29,172); }
H1.HeaderClassName
{
color: #831DAC;
}
.AnyTagClassName
{
color: #831DAC;
}
</style>
background-color css
<style>
a { background-color: #831DAC; }
a { background-color: rgb(131,29,172); }
div.DivClassName
{
background-color: #831DAC;
}
.BgClassName
{
background-color: #831DAC;
}
</style>
border-color css
<style>
span { border-color: #831DAC; }
span { border-color: rgb(131,29,172); }
td.TdClassName
{
border-color: #831DAC;
}
.TagClassName
{
border-color: #831DAC;
}
</style>