Shades of Vivid Violet #833293
Tints of Vivid Violet #833293
RGB
CMYK
RGB Variations
Color information
#833293 (or 0x833293) is known color: Vivid Violet. HEX triplet: 83, 32 and 93. RGB value is (131,50,147). Sum of RGB (Red+Green+Blue) = 131+50+147=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #833293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833293 is #7CCD6C. Grayscale: #545454. Windows color (decimal): -8179053 or 9646723. OLE color: 9646723.
HSL color Cylindrical-coordinate representation of color #833293: hue angle of 290.1º 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 #833293 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 50 | 147 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.42 |
| HSL | 290.1º | 0.49% | 0.39% | - |
| HSV(B) | 290.1º | 0.66% | 0.58% | - |
| XYZ | 15.77 | 9.21 | 28.55 | - |
| YUV | 85.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 147 | 0.11 | 0.66 | 0 | 0.42 | 290.1 | 0.49 | 0.39 |
| Hex | 83 | 32 | 93 | B | 42 | 0 | 2A | 122 | 31 | 27 |
| Octal | 203 | 62 | 223 | 13 | 102 | 0 | 52 | 442 | 61 | 47 |
| Binary | 10000011 | 110010 | 10010011 | 1011 | 1000010 | 0 | 101010 | 100100010 | 110001 | 100111 |
Color Harmonies of #833293
Complementary color
Monochromatic Colors of #833293
Black with #833293
Text Example
Text Example
White with #833293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833293; }
p { color: rgb(131,50,147); }
H1.HeaderClassName
{
color: #833293;
}
.AnyTagClassName
{
color: #833293;
}
</style>
background-color css
<style>
a { background-color: #833293; }
a { background-color: rgb(131,50,147); }
div.DivClassName
{
background-color: #833293;
}
.BgClassName
{
background-color: #833293;
}
</style>
border-color css
<style>
span { border-color: #833293; }
span { border-color: rgb(131,50,147); }
td.TdClassName
{
border-color: #833293;
}
.TagClassName
{
border-color: #833293;
}
</style>