Shades of Vivid Violet #833A94
Tints of Vivid Violet #833A94
RGB
CMYK
RGB Variations
Color information
#833A94 (or 0x833A94) is known color: Vivid Violet. HEX triplet: 83, 3A and 94. RGB value is (131,58,148). Sum of RGB (Red+Green+Blue) = 131+58+148=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #833A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833A94 is #7CC56B. Grayscale: #595959. Windows color (decimal): -8177004 or 9714307. OLE color: 9714307.
HSL color Cylindrical-coordinate representation of color #833A94: hue angle of 288.67º 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 #833A94 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 58 | 148 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.42 |
| HSL | 288.67º | 0.44% | 0.4% | - |
| HSV(B) | 288.67º | 0.61% | 0.58% | - |
| XYZ | 16.22 | 9.99 | 29.09 | - |
| YUV | 90.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 148 | 0.11 | 0.61 | 0 | 0.42 | 288.67 | 0.44 | 0.4 |
| Hex | 83 | 3A | 94 | B | 3D | 0 | 2A | 121 | 2C | 28 |
| Octal | 203 | 72 | 224 | 13 | 75 | 0 | 52 | 441 | 54 | 50 |
| Binary | 10000011 | 111010 | 10010100 | 1011 | 111101 | 0 | 101010 | 100100001 | 101100 | 101000 |
Color Harmonies of #833A94
Complementary color
Monochromatic Colors of #833A94
Black with #833A94
Text Example
Text Example
White with #833A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A94; }
p { color: rgb(131,58,148); }
H1.HeaderClassName
{
color: #833A94;
}
.AnyTagClassName
{
color: #833A94;
}
</style>
background-color css
<style>
a { background-color: #833A94; }
a { background-color: rgb(131,58,148); }
div.DivClassName
{
background-color: #833A94;
}
.BgClassName
{
background-color: #833A94;
}
</style>
border-color css
<style>
span { border-color: #833A94; }
span { border-color: rgb(131,58,148); }
td.TdClassName
{
border-color: #833A94;
}
.TagClassName
{
border-color: #833A94;
}
</style>