Shades of Vivid Violet #833EA1
Tints of Vivid Violet #833EA1
RGB
CMYK
RGB Variations
Color information
#833EA1 (or 0x833EA1) is known color: Vivid Violet. HEX triplet: 83, 3E and A1. RGB value is (131,62,161). Sum of RGB (Red+Green+Blue) = 131+62+161=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #833EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EA1 is #7CC15E. Grayscale: #5D5D5D. Windows color (decimal): -8175967 or 10567299. OLE color: 10567299.
HSL color Cylindrical-coordinate representation of color #833EA1: hue angle of 281.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833EA1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 62 | 161 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.37 |
| HSL | 281.82º | 0.44% | 0.44% | - |
| HSV(B) | 281.82º | 0.61% | 0.63% | - |
| XYZ | 17.52 | 10.84 | 34.89 | - |
| YUV | 93.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 161 | 0.19 | 0.61 | 0 | 0.37 | 281.82 | 0.44 | 0.44 |
| Hex | 83 | 3E | A1 | 13 | 3D | 0 | 25 | 11A | 2C | 2C |
| Octal | 203 | 76 | 241 | 23 | 75 | 0 | 45 | 432 | 54 | 54 |
| Binary | 10000011 | 111110 | 10100001 | 10011 | 111101 | 0 | 100101 | 100011010 | 101100 | 101100 |
Color Harmonies of #833EA1
Complementary color
Monochromatic Colors of #833EA1
Black with #833EA1
Text Example
Text Example
White with #833EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EA1; }
p { color: rgb(131,62,161); }
H1.HeaderClassName
{
color: #833EA1;
}
.AnyTagClassName
{
color: #833EA1;
}
</style>
background-color css
<style>
a { background-color: #833EA1; }
a { background-color: rgb(131,62,161); }
div.DivClassName
{
background-color: #833EA1;
}
.BgClassName
{
background-color: #833EA1;
}
</style>
border-color css
<style>
span { border-color: #833EA1; }
span { border-color: rgb(131,62,161); }
td.TdClassName
{
border-color: #833EA1;
}
.TagClassName
{
border-color: #833EA1;
}
</style>