Shades of Vivid Violet #833392
Tints of Vivid Violet #833392
RGB
CMYK
RGB Variations
Color information
#833392 (or 0x833392) is known color: Vivid Violet. HEX triplet: 83, 33 and 92. RGB value is (131,51,146). Sum of RGB (Red+Green+Blue) = 131+51+146=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #833392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833392 is #7CCC6D. Grayscale: #555555. Windows color (decimal): -8178798 or 9581443. OLE color: 9581443.
HSL color Cylindrical-coordinate representation of color #833392: hue angle of 290.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833392 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 51 | 146 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.43 |
| HSL | 290.53º | 0.48% | 0.39% | - |
| HSV(B) | 290.53º | 0.65% | 0.57% | - |
| XYZ | 15.73 | 9.27 | 28.15 | - |
| YUV | 85.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 146 | 0.10 | 0.65 | 0 | 0.43 | 290.53 | 0.48 | 0.39 |
| Hex | 83 | 33 | 92 | A | 41 | 0 | 2B | 123 | 30 | 27 |
| Octal | 203 | 63 | 222 | 12 | 101 | 0 | 53 | 443 | 60 | 47 |
| Binary | 10000011 | 110011 | 10010010 | 1010 | 1000001 | 0 | 101011 | 100100011 | 110000 | 100111 |
Color Harmonies of #833392
Complementary color
Monochromatic Colors of #833392
Black with #833392
Text Example
Text Example
White with #833392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833392; }
p { color: rgb(131,51,146); }
H1.HeaderClassName
{
color: #833392;
}
.AnyTagClassName
{
color: #833392;
}
</style>
background-color css
<style>
a { background-color: #833392; }
a { background-color: rgb(131,51,146); }
div.DivClassName
{
background-color: #833392;
}
.BgClassName
{
background-color: #833392;
}
</style>
border-color css
<style>
span { border-color: #833392; }
span { border-color: rgb(131,51,146); }
td.TdClassName
{
border-color: #833392;
}
.TagClassName
{
border-color: #833392;
}
</style>