Shades of Vivid Violet #833390
Tints of Vivid Violet #833390
RGB
CMYK
RGB Variations
Color information
#833390 (or 0x833390) is known color: Vivid Violet. HEX triplet: 83, 33 and 90. RGB value is (131,51,144). Sum of RGB (Red+Green+Blue) = 131+51+144=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #833390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833390 is #7CCC6F. Grayscale: #555555. Windows color (decimal): -8178800 or 9450371. OLE color: 9450371.
HSL color Cylindrical-coordinate representation of color #833390: hue angle of 291.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833390 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 51 | 144 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.44 |
| HSL | 291.61º | 0.48% | 0.38% | - |
| HSV(B) | 291.61º | 0.65% | 0.56% | - |
| XYZ | 15.58 | 9.21 | 27.34 | - |
| YUV | 85.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 144 | 0.09 | 0.65 | 0 | 0.44 | 291.61 | 0.48 | 0.38 |
| Hex | 83 | 33 | 90 | 9 | 41 | 0 | 2C | 124 | 30 | 26 |
| Octal | 203 | 63 | 220 | 11 | 101 | 0 | 54 | 444 | 60 | 46 |
| Binary | 10000011 | 110011 | 10010000 | 1001 | 1000001 | 0 | 101100 | 100100100 | 110000 | 100110 |
Color Harmonies of #833390
Complementary color
Monochromatic Colors of #833390
Black with #833390
Text Example
Text Example
White with #833390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833390; }
p { color: rgb(131,51,144); }
H1.HeaderClassName
{
color: #833390;
}
.AnyTagClassName
{
color: #833390;
}
</style>
background-color css
<style>
a { background-color: #833390; }
a { background-color: rgb(131,51,144); }
div.DivClassName
{
background-color: #833390;
}
.BgClassName
{
background-color: #833390;
}
</style>
border-color css
<style>
span { border-color: #833390; }
span { border-color: rgb(131,51,144); }
td.TdClassName
{
border-color: #833390;
}
.TagClassName
{
border-color: #833390;
}
</style>