Shades of Vivid Violet #833094
Tints of Vivid Violet #833094
RGB
CMYK
RGB Variations
Color information
#833094 (or 0x833094) is known color: Vivid Violet. HEX triplet: 83, 30 and 94. RGB value is (131,48,148). Sum of RGB (Red+Green+Blue) = 131+48+148=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #833094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833094 is #7CCF6B. Grayscale: #535353. Windows color (decimal): -8179564 or 9711747. OLE color: 9711747.
HSL color Cylindrical-coordinate representation of color #833094: hue angle of 289.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833094 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 48 | 148 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.42 |
| HSL | 289.8º | 0.51% | 0.38% | - |
| HSV(B) | 289.8º | 0.68% | 0.58% | - |
| XYZ | 15.76 | 9.08 | 28.94 | - |
| YUV | 84.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 148 | 0.11 | 0.68 | 0 | 0.42 | 289.8 | 0.51 | 0.38 |
| Hex | 83 | 30 | 94 | B | 44 | 0 | 2A | 122 | 33 | 26 |
| Octal | 203 | 60 | 224 | 13 | 104 | 0 | 52 | 442 | 63 | 46 |
| Binary | 10000011 | 110000 | 10010100 | 1011 | 1000100 | 0 | 101010 | 100100010 | 110011 | 100110 |
Color Harmonies of #833094
Complementary color
Monochromatic Colors of #833094
Black with #833094
Text Example
Text Example
White with #833094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833094; }
p { color: rgb(131,48,148); }
H1.HeaderClassName
{
color: #833094;
}
.AnyTagClassName
{
color: #833094;
}
</style>
background-color css
<style>
a { background-color: #833094; }
a { background-color: rgb(131,48,148); }
div.DivClassName
{
background-color: #833094;
}
.BgClassName
{
background-color: #833094;
}
</style>
border-color css
<style>
span { border-color: #833094; }
span { border-color: rgb(131,48,148); }
td.TdClassName
{
border-color: #833094;
}
.TagClassName
{
border-color: #833094;
}
</style>