Shades of Vivid Violet #833685
Tints of Vivid Violet #833685
RGB
CMYK
RGB Variations
Color information
#833685 (or 0x833685) is known color: Vivid Violet. HEX triplet: 83, 36 and 85. RGB value is (131,54,133). Sum of RGB (Red+Green+Blue) = 131+54+133=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #833685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833685 is #7CC97A. Grayscale: #555555. Windows color (decimal): -8178043 or 8730243. OLE color: 8730243.
HSL color Cylindrical-coordinate representation of color #833685: hue angle of 298.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #833685 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 54 | 133 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.48 |
| HSL | 298.48º | 0.42% | 0.37% | - |
| HSV(B) | 298.48º | 0.59% | 0.52% | - |
| XYZ | 14.91 | 9.16 | 23.17 | - |
| YUV | 86.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 133 | 0.02 | 0.59 | 0 | 0.48 | 298.48 | 0.42 | 0.37 |
| Hex | 83 | 36 | 85 | 2 | 3B | 0 | 30 | 12A | 2A | 25 |
| Octal | 203 | 66 | 205 | 2 | 73 | 0 | 60 | 452 | 52 | 45 |
| Binary | 10000011 | 110110 | 10000101 | 10 | 111011 | 0 | 110000 | 100101010 | 101010 | 100101 |
Color Harmonies of #833685
Complementary color
Monochromatic Colors of #833685
Black with #833685
Text Example
Text Example
White with #833685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833685; }
p { color: rgb(131,54,133); }
H1.HeaderClassName
{
color: #833685;
}
.AnyTagClassName
{
color: #833685;
}
</style>
background-color css
<style>
a { background-color: #833685; }
a { background-color: rgb(131,54,133); }
div.DivClassName
{
background-color: #833685;
}
.BgClassName
{
background-color: #833685;
}
</style>
border-color css
<style>
span { border-color: #833685; }
span { border-color: rgb(131,54,133); }
td.TdClassName
{
border-color: #833685;
}
.TagClassName
{
border-color: #833685;
}
</style>