Shades of Vivid Violet #833686
Tints of Vivid Violet #833686
RGB
CMYK
RGB Variations
Color information
#833686 (or 0x833686) is known color: Vivid Violet. HEX triplet: 83, 36 and 86. RGB value is (131,54,134). Sum of RGB (Red+Green+Blue) = 131+54+134=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #833686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833686 is #7CC979. Grayscale: #555555. Windows color (decimal): -8178042 or 8795779. OLE color: 8795779.
HSL color Cylindrical-coordinate representation of color #833686: hue angle of 297.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833686 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 54 | 134 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.47 |
| HSL | 297.75º | 0.43% | 0.37% | - |
| HSV(B) | 297.75º | 0.6% | 0.53% | - |
| XYZ | 14.98 | 9.18 | 23.54 | - |
| YUV | 86.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 134 | 0.02 | 0.60 | 0 | 0.47 | 297.75 | 0.43 | 0.37 |
| Hex | 83 | 36 | 86 | 2 | 3C | 0 | 2F | 12A | 2B | 25 |
| Octal | 203 | 66 | 206 | 2 | 74 | 0 | 57 | 452 | 53 | 45 |
| Binary | 10000011 | 110110 | 10000110 | 10 | 111100 | 0 | 101111 | 100101010 | 101011 | 100101 |
Color Harmonies of #833686
Complementary color
Monochromatic Colors of #833686
Black with #833686
Text Example
Text Example
White with #833686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833686; }
p { color: rgb(131,54,134); }
H1.HeaderClassName
{
color: #833686;
}
.AnyTagClassName
{
color: #833686;
}
</style>
background-color css
<style>
a { background-color: #833686; }
a { background-color: rgb(131,54,134); }
div.DivClassName
{
background-color: #833686;
}
.BgClassName
{
background-color: #833686;
}
</style>
border-color css
<style>
span { border-color: #833686; }
span { border-color: rgb(131,54,134); }
td.TdClassName
{
border-color: #833686;
}
.TagClassName
{
border-color: #833686;
}
</style>