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