Shades of Vivid Violet #833394
Tints of Vivid Violet #833394
RGB
CMYK
RGB Variations
Color information
#833394 (or 0x833394) is known color: Vivid Violet. HEX triplet: 83, 33 and 94. RGB value is (131,51,148). Sum of RGB (Red+Green+Blue) = 131+51+148=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #833394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833394 is #7CCC6B. Grayscale: #555555. Windows color (decimal): -8178796 or 9712515. OLE color: 9712515.
HSL color Cylindrical-coordinate representation of color #833394: hue angle of 289.48º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833394 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 51 | 148 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.42 |
| HSL | 289.48º | 0.49% | 0.39% | - |
| HSV(B) | 289.48º | 0.66% | 0.58% | - |
| XYZ | 15.89 | 9.33 | 28.98 | - |
| YUV | 85.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 148 | 0.11 | 0.66 | 0 | 0.42 | 289.48 | 0.49 | 0.39 |
| Hex | 83 | 33 | 94 | B | 42 | 0 | 2A | 121 | 31 | 27 |
| Octal | 203 | 63 | 224 | 13 | 102 | 0 | 52 | 441 | 61 | 47 |
| Binary | 10000011 | 110011 | 10010100 | 1011 | 1000010 | 0 | 101010 | 100100001 | 110001 | 100111 |
Color Harmonies of #833394
Complementary color
Monochromatic Colors of #833394
Black with #833394
Text Example
Text Example
White with #833394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833394; }
p { color: rgb(131,51,148); }
H1.HeaderClassName
{
color: #833394;
}
.AnyTagClassName
{
color: #833394;
}
</style>
background-color css
<style>
a { background-color: #833394; }
a { background-color: rgb(131,51,148); }
div.DivClassName
{
background-color: #833394;
}
.BgClassName
{
background-color: #833394;
}
</style>
border-color css
<style>
span { border-color: #833394; }
span { border-color: rgb(131,51,148); }
td.TdClassName
{
border-color: #833394;
}
.TagClassName
{
border-color: #833394;
}
</style>