Shades of Vivid Violet #834081
Tints of Vivid Violet #834081
RGB
CMYK
RGB Variations
Color information
#834081 (or 0x834081) is known color: Vivid Violet. HEX triplet: 83, 40 and 81. RGB value is (131,64,129). Sum of RGB (Red+Green+Blue) = 131+64+129=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #834081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834081 is #7CBF7E. Grayscale: #5B5B5B. Windows color (decimal): -8175487 or 8470659. OLE color: 8470659.
HSL color Cylindrical-coordinate representation of color #834081: hue angle of 301.79º 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 #834081 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 129 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.49 |
| HSL | 301.79º | 0.34% | 0.38% | - |
| HSV(B) | 301.79º | 0.51% | 0.51% | - |
| XYZ | 15.16 | 10.08 | 21.92 | - |
| YUV | 91.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 129 | 0 | 0.51 | 0.02 | 0.49 | 301.79 | 0.34 | 0.38 |
| Hex | 83 | 40 | 81 | 0 | 33 | 2 | 31 | 12E | 22 | 26 |
| Octal | 203 | 100 | 201 | 0 | 63 | 2 | 61 | 456 | 42 | 46 |
| Binary | 10000011 | 1000000 | 10000001 | 0 | 110011 | 10 | 110001 | 100101110 | 100010 | 100110 |
Color Harmonies of #834081
Complementary color
Monochromatic Colors of #834081
Black with #834081
Text Example
Text Example
White with #834081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834081; }
p { color: rgb(131,64,129); }
H1.HeaderClassName
{
color: #834081;
}
.AnyTagClassName
{
color: #834081;
}
</style>
background-color css
<style>
a { background-color: #834081; }
a { background-color: rgb(131,64,129); }
div.DivClassName
{
background-color: #834081;
}
.BgClassName
{
background-color: #834081;
}
</style>
border-color css
<style>
span { border-color: #834081; }
span { border-color: rgb(131,64,129); }
td.TdClassName
{
border-color: #834081;
}
.TagClassName
{
border-color: #834081;
}
</style>