Shades of Vivid Violet #833694
Tints of Vivid Violet #833694
RGB
CMYK
RGB Variations
Color information
#833694 (or 0x833694) is known color: Vivid Violet. HEX triplet: 83, 36 and 94. RGB value is (131,54,148). Sum of RGB (Red+Green+Blue) = 131+54+148=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #833694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833694 is #7CC96B. Grayscale: #575757. Windows color (decimal): -8178028 or 9713283. OLE color: 9713283.
HSL color Cylindrical-coordinate representation of color #833694: hue angle of 289.15º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833694 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 54 | 148 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.42 |
| HSL | 289.15º | 0.47% | 0.4% | - |
| HSV(B) | 289.15º | 0.64% | 0.58% | - |
| XYZ | 16.02 | 9.6 | 29.03 | - |
| YUV | 87.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 148 | 0.11 | 0.64 | 0 | 0.42 | 289.15 | 0.47 | 0.4 |
| Hex | 83 | 36 | 94 | B | 40 | 0 | 2A | 121 | 2F | 28 |
| Octal | 203 | 66 | 224 | 13 | 100 | 0 | 52 | 441 | 57 | 50 |
| Binary | 10000011 | 110110 | 10010100 | 1011 | 1000000 | 0 | 101010 | 100100001 | 101111 | 101000 |
Color Harmonies of #833694
Complementary color
Monochromatic Colors of #833694
Black with #833694
Text Example
Text Example
White with #833694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833694; }
p { color: rgb(131,54,148); }
H1.HeaderClassName
{
color: #833694;
}
.AnyTagClassName
{
color: #833694;
}
</style>
background-color css
<style>
a { background-color: #833694; }
a { background-color: rgb(131,54,148); }
div.DivClassName
{
background-color: #833694;
}
.BgClassName
{
background-color: #833694;
}
</style>
border-color css
<style>
span { border-color: #833694; }
span { border-color: rgb(131,54,148); }
td.TdClassName
{
border-color: #833694;
}
.TagClassName
{
border-color: #833694;
}
</style>