Shades of Vivid Violet #833C85
Tints of Vivid Violet #833C85
RGB
CMYK
RGB Variations
Color information
#833C85 (or 0x833C85) is known color: Vivid Violet. HEX triplet: 83, 3C and 85. RGB value is (131,60,133). Sum of RGB (Red+Green+Blue) = 131+60+133=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #833C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833C85 is #7CC37A. Grayscale: #595959. Windows color (decimal): -8176507 or 8731779. OLE color: 8731779.
HSL color Cylindrical-coordinate representation of color #833C85: hue angle of 298.36º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833C85 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 60 | 133 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.48 |
| HSL | 298.36º | 0.38% | 0.38% | - |
| HSV(B) | 298.36º | 0.55% | 0.52% | - |
| XYZ | 15.21 | 9.75 | 23.27 | - |
| YUV | 89.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 133 | 0.02 | 0.55 | 0 | 0.48 | 298.36 | 0.38 | 0.38 |
| Hex | 83 | 3C | 85 | 2 | 37 | 0 | 30 | 12A | 26 | 26 |
| Octal | 203 | 74 | 205 | 2 | 67 | 0 | 60 | 452 | 46 | 46 |
| Binary | 10000011 | 111100 | 10000101 | 10 | 110111 | 0 | 110000 | 100101010 | 100110 | 100110 |
Color Harmonies of #833C85
Complementary color
Monochromatic Colors of #833C85
Black with #833C85
Text Example
Text Example
White with #833C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C85; }
p { color: rgb(131,60,133); }
H1.HeaderClassName
{
color: #833C85;
}
.AnyTagClassName
{
color: #833C85;
}
</style>
background-color css
<style>
a { background-color: #833C85; }
a { background-color: rgb(131,60,133); }
div.DivClassName
{
background-color: #833C85;
}
.BgClassName
{
background-color: #833C85;
}
</style>
border-color css
<style>
span { border-color: #833C85; }
span { border-color: rgb(131,60,133); }
td.TdClassName
{
border-color: #833C85;
}
.TagClassName
{
border-color: #833C85;
}
</style>