Shades of Vivid Violet #834082
Tints of Vivid Violet #834082
RGB
CMYK
RGB Variations
Color information
#834082 (or 0x834082) is known color: Vivid Violet. HEX triplet: 83, 40 and 82. RGB value is (131,64,130). Sum of RGB (Red+Green+Blue) = 131+64+130=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #834082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834082 is #7CBF7D. Grayscale: #5B5B5B. Windows color (decimal): -8175486 or 8536195. OLE color: 8536195.
HSL color Cylindrical-coordinate representation of color #834082: hue angle of 300.9º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834082 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 130 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.49 |
| HSL | 300.9º | 0.34% | 0.38% | - |
| HSV(B) | 300.9º | 0.51% | 0.51% | - |
| XYZ | 15.22 | 10.1 | 22.27 | - |
| YUV | 91.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 130 | 0 | 0.51 | 0.01 | 0.49 | 300.9 | 0.34 | 0.38 |
| Hex | 83 | 40 | 82 | 0 | 33 | 1 | 31 | 12D | 22 | 26 |
| Octal | 203 | 100 | 202 | 0 | 63 | 1 | 61 | 455 | 42 | 46 |
| Binary | 10000011 | 1000000 | 10000010 | 0 | 110011 | 1 | 110001 | 100101101 | 100010 | 100110 |
Color Harmonies of #834082
Complementary color
Monochromatic Colors of #834082
Black with #834082
Text Example
Text Example
White with #834082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834082; }
p { color: rgb(131,64,130); }
H1.HeaderClassName
{
color: #834082;
}
.AnyTagClassName
{
color: #834082;
}
</style>
background-color css
<style>
a { background-color: #834082; }
a { background-color: rgb(131,64,130); }
div.DivClassName
{
background-color: #834082;
}
.BgClassName
{
background-color: #834082;
}
</style>
border-color css
<style>
span { border-color: #834082; }
span { border-color: rgb(131,64,130); }
td.TdClassName
{
border-color: #834082;
}
.TagClassName
{
border-color: #834082;
}
</style>