Shades of Vivid Violet #834282
Tints of Vivid Violet #834282
RGB
CMYK
RGB Variations
Color information
#834282 (or 0x834282) is known color: Vivid Violet. HEX triplet: 83, 42 and 82. RGB value is (131,66,130). Sum of RGB (Red+Green+Blue) = 131+66+130=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #834282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834282 is #7CBD7D. Grayscale: #5C5C5C. Windows color (decimal): -8174974 or 8536707. OLE color: 8536707.
HSL color Cylindrical-coordinate representation of color #834282: hue angle of 300.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834282 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 130 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.49 |
| HSL | 300.92º | 0.33% | 0.39% | - |
| HSV(B) | 300.92º | 0.5% | 0.51% | - |
| XYZ | 15.34 | 10.33 | 22.31 | - |
| YUV | 92.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 130 | 0 | 0.50 | 0.01 | 0.49 | 300.92 | 0.33 | 0.39 |
| Hex | 83 | 42 | 82 | 0 | 32 | 1 | 31 | 12D | 21 | 27 |
| Octal | 203 | 102 | 202 | 0 | 62 | 1 | 61 | 455 | 41 | 47 |
| Binary | 10000011 | 1000010 | 10000010 | 0 | 110010 | 1 | 110001 | 100101101 | 100001 | 100111 |
Color Harmonies of #834282
Complementary color
Monochromatic Colors of #834282
Black with #834282
Text Example
Text Example
White with #834282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834282; }
p { color: rgb(131,66,130); }
H1.HeaderClassName
{
color: #834282;
}
.AnyTagClassName
{
color: #834282;
}
</style>
background-color css
<style>
a { background-color: #834282; }
a { background-color: rgb(131,66,130); }
div.DivClassName
{
background-color: #834282;
}
.BgClassName
{
background-color: #834282;
}
</style>
border-color css
<style>
span { border-color: #834282; }
span { border-color: rgb(131,66,130); }
td.TdClassName
{
border-color: #834282;
}
.TagClassName
{
border-color: #834282;
}
</style>