Shades of Vivid Violet #834181
Tints of Vivid Violet #834181
RGB
CMYK
RGB Variations
Color information
#834181 (or 0x834181) is known color: Vivid Violet. HEX triplet: 83, 41 and 81. RGB value is (131,65,129). Sum of RGB (Red+Green+Blue) = 131+65+129=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #834181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834181 is #7CBE7E. Grayscale: #5B5B5B. Windows color (decimal): -8175231 or 8470915. OLE color: 8470915.
HSL color Cylindrical-coordinate representation of color #834181: hue angle of 301.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834181 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 129 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.49 |
| HSL | 301.82º | 0.34% | 0.38% | - |
| HSV(B) | 301.82º | 0.5% | 0.51% | - |
| XYZ | 15.21 | 10.19 | 21.93 | - |
| YUV | 92.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 129 | 0 | 0.50 | 0.02 | 0.49 | 301.82 | 0.34 | 0.38 |
| Hex | 83 | 41 | 81 | 0 | 32 | 2 | 31 | 12E | 22 | 26 |
| Octal | 203 | 101 | 201 | 0 | 62 | 2 | 61 | 456 | 42 | 46 |
| Binary | 10000011 | 1000001 | 10000001 | 0 | 110010 | 10 | 110001 | 100101110 | 100010 | 100110 |
Color Harmonies of #834181
Complementary color
Monochromatic Colors of #834181
Black with #834181
Text Example
Text Example
White with #834181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834181; }
p { color: rgb(131,65,129); }
H1.HeaderClassName
{
color: #834181;
}
.AnyTagClassName
{
color: #834181;
}
</style>
background-color css
<style>
a { background-color: #834181; }
a { background-color: rgb(131,65,129); }
div.DivClassName
{
background-color: #834181;
}
.BgClassName
{
background-color: #834181;
}
</style>
border-color css
<style>
span { border-color: #834181; }
span { border-color: rgb(131,65,129); }
td.TdClassName
{
border-color: #834181;
}
.TagClassName
{
border-color: #834181;
}
</style>