Shades of Vivid Violet #833084
Tints of Vivid Violet #833084
RGB
CMYK
RGB Variations
Color information
#833084 (or 0x833084) is known color: Vivid Violet. HEX triplet: 83, 30 and 84. RGB value is (131,48,132). Sum of RGB (Red+Green+Blue) = 131+48+132=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #833084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833084 is #7CCF7B. Grayscale: #525252. Windows color (decimal): -8179580 or 8663171. OLE color: 8663171.
HSL color Cylindrical-coordinate representation of color #833084: hue angle of 299.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833084 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 48 | 132 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.48 |
| HSL | 299.29º | 0.47% | 0.35% | - |
| HSV(B) | 299.29º | 0.64% | 0.52% | - |
| XYZ | 14.58 | 8.61 | 22.72 | - |
| YUV | 82.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 132 | 0.01 | 0.64 | 0 | 0.48 | 299.29 | 0.47 | 0.35 |
| Hex | 83 | 30 | 84 | 1 | 40 | 0 | 30 | 12B | 2F | 23 |
| Octal | 203 | 60 | 204 | 1 | 100 | 0 | 60 | 453 | 57 | 43 |
| Binary | 10000011 | 110000 | 10000100 | 1 | 1000000 | 0 | 110000 | 100101011 | 101111 | 100011 |
Color Harmonies of #833084
Complementary color
Monochromatic Colors of #833084
Black with #833084
Text Example
Text Example
White with #833084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833084; }
p { color: rgb(131,48,132); }
H1.HeaderClassName
{
color: #833084;
}
.AnyTagClassName
{
color: #833084;
}
</style>
background-color css
<style>
a { background-color: #833084; }
a { background-color: rgb(131,48,132); }
div.DivClassName
{
background-color: #833084;
}
.BgClassName
{
background-color: #833084;
}
</style>
border-color css
<style>
span { border-color: #833084; }
span { border-color: rgb(131,48,132); }
td.TdClassName
{
border-color: #833084;
}
.TagClassName
{
border-color: #833084;
}
</style>