Shades of Vivid Violet #834086
Tints of Vivid Violet #834086
RGB
CMYK
RGB Variations
Color information
#834086 (or 0x834086) is known color: Vivid Violet. HEX triplet: 83, 40 and 86. RGB value is (131,64,134). Sum of RGB (Red+Green+Blue) = 131+64+134=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #834086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834086 is #7CBF79. Grayscale: #5B5B5B. Windows color (decimal): -8175482 or 8798339. OLE color: 8798339.
HSL color Cylindrical-coordinate representation of color #834086: hue angle of 297.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834086 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 64 | 134 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.47 |
| HSL | 297.43º | 0.35% | 0.39% | - |
| HSV(B) | 297.43º | 0.52% | 0.53% | - |
| XYZ | 15.5 | 10.21 | 23.71 | - |
| YUV | 92.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 134 | 0.02 | 0.52 | 0 | 0.47 | 297.43 | 0.35 | 0.39 |
| Hex | 83 | 40 | 86 | 2 | 34 | 0 | 2F | 129 | 23 | 27 |
| Octal | 203 | 100 | 206 | 2 | 64 | 0 | 57 | 451 | 43 | 47 |
| Binary | 10000011 | 1000000 | 10000110 | 10 | 110100 | 0 | 101111 | 100101001 | 100011 | 100111 |
Color Harmonies of #834086
Complementary color
Monochromatic Colors of #834086
Black with #834086
Text Example
Text Example
White with #834086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834086; }
p { color: rgb(131,64,134); }
H1.HeaderClassName
{
color: #834086;
}
.AnyTagClassName
{
color: #834086;
}
</style>
background-color css
<style>
a { background-color: #834086; }
a { background-color: rgb(131,64,134); }
div.DivClassName
{
background-color: #834086;
}
.BgClassName
{
background-color: #834086;
}
</style>
border-color css
<style>
span { border-color: #834086; }
span { border-color: rgb(131,64,134); }
td.TdClassName
{
border-color: #834086;
}
.TagClassName
{
border-color: #834086;
}
</style>