Shades of Vivid Violet #831E90
Tints of Vivid Violet #831E90
RGB
CMYK
RGB Variations
Color information
#831E90 (or 0x831E90) is known color: Vivid Violet. HEX triplet: 83, 1E and 90. RGB value is (131,30,144). Sum of RGB (Red+Green+Blue) = 131+30+144=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #831E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831E90 is #7CE16F. Grayscale: #484848. Windows color (decimal): -8184176 or 9444995. OLE color: 9444995.
HSL color Cylindrical-coordinate representation of color #831E90: hue angle of 293.16º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831E90 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 30 | 144 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.44 |
| HSL | 293.16º | 0.66% | 0.34% | - |
| HSV(B) | 293.16º | 0.79% | 0.56% | - |
| XYZ | 14.86 | 7.77 | 27.1 | - |
| YUV | 73.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 144 | 0.09 | 0.79 | 0 | 0.44 | 293.16 | 0.66 | 0.34 |
| Hex | 83 | 1E | 90 | 9 | 4F | 0 | 2C | 125 | 42 | 22 |
| Octal | 203 | 36 | 220 | 11 | 117 | 0 | 54 | 445 | 102 | 42 |
| Binary | 10000011 | 11110 | 10010000 | 1001 | 1001111 | 0 | 101100 | 100100101 | 1000010 | 100010 |
Color Harmonies of #831E90
Complementary color
Monochromatic Colors of #831E90
Black with #831E90
Text Example
Text Example
White with #831E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831E90; }
p { color: rgb(131,30,144); }
H1.HeaderClassName
{
color: #831E90;
}
.AnyTagClassName
{
color: #831E90;
}
</style>
background-color css
<style>
a { background-color: #831E90; }
a { background-color: rgb(131,30,144); }
div.DivClassName
{
background-color: #831E90;
}
.BgClassName
{
background-color: #831E90;
}
</style>
border-color css
<style>
span { border-color: #831E90; }
span { border-color: rgb(131,30,144); }
td.TdClassName
{
border-color: #831E90;
}
.TagClassName
{
border-color: #831E90;
}
</style>