Shades of Vivid Violet #833193
Tints of Vivid Violet #833193
RGB
CMYK
RGB Variations
Color information
#833193 (or 0x833193) is known color: Vivid Violet. HEX triplet: 83, 31 and 93. RGB value is (131,49,147). Sum of RGB (Red+Green+Blue) = 131+49+147=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #833193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833193 is #7CCE6C. Grayscale: #545454. Windows color (decimal): -8179309 or 9646467. OLE color: 9646467.
HSL color Cylindrical-coordinate representation of color #833193: hue angle of 290.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833193 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 49 | 147 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.42 |
| HSL | 290.2º | 0.5% | 0.38% | - |
| HSV(B) | 290.2º | 0.67% | 0.58% | - |
| XYZ | 15.72 | 9.13 | 28.54 | - |
| YUV | 84.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 147 | 0.11 | 0.67 | 0 | 0.42 | 290.2 | 0.5 | 0.38 |
| Hex | 83 | 31 | 93 | B | 43 | 0 | 2A | 122 | 32 | 26 |
| Octal | 203 | 61 | 223 | 13 | 103 | 0 | 52 | 442 | 62 | 46 |
| Binary | 10000011 | 110001 | 10010011 | 1011 | 1000011 | 0 | 101010 | 100100010 | 110010 | 100110 |
Color Harmonies of #833193
Complementary color
Monochromatic Colors of #833193
Black with #833193
Text Example
Text Example
White with #833193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833193; }
p { color: rgb(131,49,147); }
H1.HeaderClassName
{
color: #833193;
}
.AnyTagClassName
{
color: #833193;
}
</style>
background-color css
<style>
a { background-color: #833193; }
a { background-color: rgb(131,49,147); }
div.DivClassName
{
background-color: #833193;
}
.BgClassName
{
background-color: #833193;
}
</style>
border-color css
<style>
span { border-color: #833193; }
span { border-color: rgb(131,49,147); }
td.TdClassName
{
border-color: #833193;
}
.TagClassName
{
border-color: #833193;
}
</style>