Shades of Vivid Violet #833994
Tints of Vivid Violet #833994
RGB
CMYK
RGB Variations
Color information
#833994 (or 0x833994) is known color: Vivid Violet. HEX triplet: 83, 39 and 94. RGB value is (131,57,148). Sum of RGB (Red+Green+Blue) = 131+57+148=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #833994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833994 is #7CC66B. Grayscale: #595959. Windows color (decimal): -8177260 or 9714051. OLE color: 9714051.
HSL color Cylindrical-coordinate representation of color #833994: hue angle of 288.79º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833994 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 57 | 148 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.42 |
| HSL | 288.79º | 0.44% | 0.4% | - |
| HSV(B) | 288.79º | 0.61% | 0.58% | - |
| XYZ | 16.17 | 9.89 | 29.07 | - |
| YUV | 89.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 148 | 0.11 | 0.61 | 0 | 0.42 | 288.79 | 0.44 | 0.4 |
| Hex | 83 | 39 | 94 | B | 3D | 0 | 2A | 121 | 2C | 28 |
| Octal | 203 | 71 | 224 | 13 | 75 | 0 | 52 | 441 | 54 | 50 |
| Binary | 10000011 | 111001 | 10010100 | 1011 | 111101 | 0 | 101010 | 100100001 | 101100 | 101000 |
Color Harmonies of #833994
Complementary color
Monochromatic Colors of #833994
Black with #833994
Text Example
Text Example
White with #833994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833994; }
p { color: rgb(131,57,148); }
H1.HeaderClassName
{
color: #833994;
}
.AnyTagClassName
{
color: #833994;
}
</style>
background-color css
<style>
a { background-color: #833994; }
a { background-color: rgb(131,57,148); }
div.DivClassName
{
background-color: #833994;
}
.BgClassName
{
background-color: #833994;
}
</style>
border-color css
<style>
span { border-color: #833994; }
span { border-color: rgb(131,57,148); }
td.TdClassName
{
border-color: #833994;
}
.TagClassName
{
border-color: #833994;
}
</style>