Shades of Vivid Violet #833290
Tints of Vivid Violet #833290
RGB
CMYK
RGB Variations
Color information
#833290 (or 0x833290) is known color: Vivid Violet. HEX triplet: 83, 32 and 90. RGB value is (131,50,144). Sum of RGB (Red+Green+Blue) = 131+50+144=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #833290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833290 is #7CCD6F. Grayscale: #545454. Windows color (decimal): -8179056 or 9450115. OLE color: 9450115.
HSL color Cylindrical-coordinate representation of color #833290: hue angle of 291.7º 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 #833290 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 50 | 144 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.44 |
| HSL | 291.7º | 0.48% | 0.38% | - |
| HSV(B) | 291.7º | 0.65% | 0.56% | - |
| XYZ | 15.53 | 9.12 | 27.33 | - |
| YUV | 84.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 144 | 0.09 | 0.65 | 0 | 0.44 | 291.7 | 0.48 | 0.38 |
| Hex | 83 | 32 | 90 | 9 | 41 | 0 | 2C | 124 | 30 | 26 |
| Octal | 203 | 62 | 220 | 11 | 101 | 0 | 54 | 444 | 60 | 46 |
| Binary | 10000011 | 110010 | 10010000 | 1001 | 1000001 | 0 | 101100 | 100100100 | 110000 | 100110 |
Color Harmonies of #833290
Complementary color
Monochromatic Colors of #833290
Black with #833290
Text Example
Text Example
White with #833290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833290; }
p { color: rgb(131,50,144); }
H1.HeaderClassName
{
color: #833290;
}
.AnyTagClassName
{
color: #833290;
}
</style>
background-color css
<style>
a { background-color: #833290; }
a { background-color: rgb(131,50,144); }
div.DivClassName
{
background-color: #833290;
}
.BgClassName
{
background-color: #833290;
}
</style>
border-color css
<style>
span { border-color: #833290; }
span { border-color: rgb(131,50,144); }
td.TdClassName
{
border-color: #833290;
}
.TagClassName
{
border-color: #833290;
}
</style>