Shades of Vivid Violet #833381
Tints of Vivid Violet #833381
RGB
CMYK
RGB Variations
Color information
#833381 (or 0x833381) is known color: Vivid Violet. HEX triplet: 83, 33 and 81. RGB value is (131,51,129). Sum of RGB (Red+Green+Blue) = 131+51+129=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #833381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833381 is #7CCC7E. Grayscale: #535353. Windows color (decimal): -8178815 or 8467331. OLE color: 8467331.
HSL color Cylindrical-coordinate representation of color #833381: hue angle of 301.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833381 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 129 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.49 |
| HSL | 301.5º | 0.44% | 0.36% | - |
| HSV(B) | 301.5º | 0.61% | 0.51% | - |
| XYZ | 14.51 | 8.78 | 21.7 | - |
| YUV | 83.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 129 | 0 | 0.61 | 0.02 | 0.49 | 301.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 81 | 0 | 3D | 2 | 31 | 12E | 2C | 24 |
| Octal | 203 | 63 | 201 | 0 | 75 | 2 | 61 | 456 | 54 | 44 |
| Binary | 10000011 | 110011 | 10000001 | 0 | 111101 | 10 | 110001 | 100101110 | 101100 | 100100 |
Color Harmonies of #833381
Complementary color
Monochromatic Colors of #833381
Black with #833381
Text Example
Text Example
White with #833381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833381; }
p { color: rgb(131,51,129); }
H1.HeaderClassName
{
color: #833381;
}
.AnyTagClassName
{
color: #833381;
}
</style>
background-color css
<style>
a { background-color: #833381; }
a { background-color: rgb(131,51,129); }
div.DivClassName
{
background-color: #833381;
}
.BgClassName
{
background-color: #833381;
}
</style>
border-color css
<style>
span { border-color: #833381; }
span { border-color: rgb(131,51,129); }
td.TdClassName
{
border-color: #833381;
}
.TagClassName
{
border-color: #833381;
}
</style>