Shades of Vivid Violet #833985
Tints of Vivid Violet #833985
RGB
CMYK
RGB Variations
Color information
#833985 (or 0x833985) is known color: Vivid Violet. HEX triplet: 83, 39 and 85. RGB value is (131,57,133). Sum of RGB (Red+Green+Blue) = 131+57+133=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #833985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833985 is #7CC67A. Grayscale: #575757. Windows color (decimal): -8177275 or 8731011. OLE color: 8731011.
HSL color Cylindrical-coordinate representation of color #833985: hue angle of 298.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833985 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 57 | 133 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.48 |
| HSL | 298.42º | 0.4% | 0.37% | - |
| HSV(B) | 298.42º | 0.57% | 0.52% | - |
| XYZ | 15.06 | 9.45 | 23.22 | - |
| YUV | 87.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 133 | 0.02 | 0.57 | 0 | 0.48 | 298.42 | 0.4 | 0.37 |
| Hex | 83 | 39 | 85 | 2 | 39 | 0 | 30 | 12A | 28 | 25 |
| Octal | 203 | 71 | 205 | 2 | 71 | 0 | 60 | 452 | 50 | 45 |
| Binary | 10000011 | 111001 | 10000101 | 10 | 111001 | 0 | 110000 | 100101010 | 101000 | 100101 |
Color Harmonies of #833985
Complementary color
Monochromatic Colors of #833985
Black with #833985
Text Example
Text Example
White with #833985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833985; }
p { color: rgb(131,57,133); }
H1.HeaderClassName
{
color: #833985;
}
.AnyTagClassName
{
color: #833985;
}
</style>
background-color css
<style>
a { background-color: #833985; }
a { background-color: rgb(131,57,133); }
div.DivClassName
{
background-color: #833985;
}
.BgClassName
{
background-color: #833985;
}
</style>
border-color css
<style>
span { border-color: #833985; }
span { border-color: rgb(131,57,133); }
td.TdClassName
{
border-color: #833985;
}
.TagClassName
{
border-color: #833985;
}
</style>