Shades of Vivid Violet #833A93
Tints of Vivid Violet #833A93
RGB
CMYK
RGB Variations
Color information
#833A93 (or 0x833A93) is known color: Vivid Violet. HEX triplet: 83, 3A and 93. RGB value is (131,58,147). Sum of RGB (Red+Green+Blue) = 131+58+147=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #833A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833A93 is #7CC56C. Grayscale: #595959. Windows color (decimal): -8177005 or 9648771. OLE color: 9648771.
HSL color Cylindrical-coordinate representation of color #833A93: hue angle of 289.21º degrees, saturation: 0.43, 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 #833A93 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 58 | 147 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.42 |
| HSL | 289.21º | 0.43% | 0.4% | - |
| HSV(B) | 289.21º | 0.61% | 0.58% | - |
| XYZ | 16.14 | 9.96 | 28.68 | - |
| YUV | 89.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 147 | 0.11 | 0.61 | 0 | 0.42 | 289.21 | 0.43 | 0.4 |
| Hex | 83 | 3A | 93 | B | 3D | 0 | 2A | 121 | 2B | 28 |
| Octal | 203 | 72 | 223 | 13 | 75 | 0 | 52 | 441 | 53 | 50 |
| Binary | 10000011 | 111010 | 10010011 | 1011 | 111101 | 0 | 101010 | 100100001 | 101011 | 101000 |
Color Harmonies of #833A93
Complementary color
Monochromatic Colors of #833A93
Black with #833A93
Text Example
Text Example
White with #833A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A93; }
p { color: rgb(131,58,147); }
H1.HeaderClassName
{
color: #833A93;
}
.AnyTagClassName
{
color: #833A93;
}
</style>
background-color css
<style>
a { background-color: #833A93; }
a { background-color: rgb(131,58,147); }
div.DivClassName
{
background-color: #833A93;
}
.BgClassName
{
background-color: #833A93;
}
</style>
border-color css
<style>
span { border-color: #833A93; }
span { border-color: rgb(131,58,147); }
td.TdClassName
{
border-color: #833A93;
}
.TagClassName
{
border-color: #833A93;
}
</style>