Shades of Vivid Violet #833785
Tints of Vivid Violet #833785
RGB
CMYK
RGB Variations
Color information
#833785 (or 0x833785) is known color: Vivid Violet. HEX triplet: 83, 37 and 85. RGB value is (131,55,133). Sum of RGB (Red+Green+Blue) = 131+55+133=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #833785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833785 is #7CC87A. Grayscale: #565656. Windows color (decimal): -8177787 or 8730499. OLE color: 8730499.
HSL color Cylindrical-coordinate representation of color #833785: hue angle of 298.46º degrees, saturation: 0.41, 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 #833785 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 55 | 133 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.48 |
| HSL | 298.46º | 0.41% | 0.37% | - |
| HSV(B) | 298.46º | 0.59% | 0.52% | - |
| XYZ | 14.96 | 9.25 | 23.19 | - |
| YUV | 86.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 133 | 0.02 | 0.59 | 0 | 0.48 | 298.46 | 0.41 | 0.37 |
| Hex | 83 | 37 | 85 | 2 | 3B | 0 | 30 | 12A | 29 | 25 |
| Octal | 203 | 67 | 205 | 2 | 73 | 0 | 60 | 452 | 51 | 45 |
| Binary | 10000011 | 110111 | 10000101 | 10 | 111011 | 0 | 110000 | 100101010 | 101001 | 100101 |
Color Harmonies of #833785
Complementary color
Monochromatic Colors of #833785
Black with #833785
Text Example
Text Example
White with #833785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833785; }
p { color: rgb(131,55,133); }
H1.HeaderClassName
{
color: #833785;
}
.AnyTagClassName
{
color: #833785;
}
</style>
background-color css
<style>
a { background-color: #833785; }
a { background-color: rgb(131,55,133); }
div.DivClassName
{
background-color: #833785;
}
.BgClassName
{
background-color: #833785;
}
</style>
border-color css
<style>
span { border-color: #833785; }
span { border-color: rgb(131,55,133); }
td.TdClassName
{
border-color: #833785;
}
.TagClassName
{
border-color: #833785;
}
</style>