Shades of Vivid Violet #833083
Tints of Vivid Violet #833083
RGB
CMYK
RGB Variations
Color information
#833083 (or 0x833083) is known color: Vivid Violet. HEX triplet: 83, 30 and 83. RGB value is (131,48,131). Sum of RGB (Red+Green+Blue) = 131+48+131=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #833083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833083 is #7CCF7C. Grayscale: #525252. Windows color (decimal): -8179581 or 8597635. OLE color: 8597635.
HSL color Cylindrical-coordinate representation of color #833083: hue angle of 300º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833083 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 131 | - |
| CMYK | 0 | 0.63 | 0 | 0.49 |
| HSL | 300º | 0.46% | 0.35% | - |
| HSV(B) | 300º | 0.63% | 0.51% | - |
| XYZ | 14.51 | 8.58 | 22.36 | - |
| YUV | 82.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 131 | 0 | 0.63 | 0 | 0.49 | 300 | 0.46 | 0.35 |
| Hex | 83 | 30 | 83 | 0 | 3F | 0 | 31 | 12C | 2E | 23 |
| Octal | 203 | 60 | 203 | 0 | 77 | 0 | 61 | 454 | 56 | 43 |
| Binary | 10000011 | 110000 | 10000011 | 0 | 111111 | 0 | 110001 | 100101100 | 101110 | 100011 |
Color Harmonies of #833083
Complementary color
Monochromatic Colors of #833083
Black with #833083
Text Example
Text Example
White with #833083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833083; }
p { color: rgb(131,48,131); }
H1.HeaderClassName
{
color: #833083;
}
.AnyTagClassName
{
color: #833083;
}
</style>
background-color css
<style>
a { background-color: #833083; }
a { background-color: rgb(131,48,131); }
div.DivClassName
{
background-color: #833083;
}
.BgClassName
{
background-color: #833083;
}
</style>
border-color css
<style>
span { border-color: #833083; }
span { border-color: rgb(131,48,131); }
td.TdClassName
{
border-color: #833083;
}
.TagClassName
{
border-color: #833083;
}
</style>