Shades of Vivid Violet #83239C
Tints of Vivid Violet #83239C
RGB
CMYK
RGB Variations
Color information
#83239C (or 0x83239C) is known color: Vivid Violet. HEX triplet: 83, 23 and 9C. RGB value is (131,35,156). Sum of RGB (Red+Green+Blue) = 131+35+156=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #83239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83239C is #7CDC63. Grayscale: #4D4D4D. Windows color (decimal): -8182884 or 10232707. OLE color: 10232707.
HSL color Cylindrical-coordinate representation of color #83239C: hue angle of 287.6º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83239C is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 35 | 156 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.39 |
| HSL | 287.6º | 0.63% | 0.37% | - |
| HSV(B) | 287.6º | 0.78% | 0.61% | - |
| XYZ | 15.96 | 8.43 | 32.24 | - |
| YUV | 77.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 156 | 0.16 | 0.78 | 0 | 0.39 | 287.6 | 0.63 | 0.37 |
| Hex | 83 | 23 | 9C | 10 | 4E | 0 | 27 | 120 | 3F | 25 |
| Octal | 203 | 43 | 234 | 20 | 116 | 0 | 47 | 440 | 77 | 45 |
| Binary | 10000011 | 100011 | 10011100 | 10000 | 1001110 | 0 | 100111 | 100100000 | 111111 | 100101 |
Color Harmonies of #83239C
Complementary color
Monochromatic Colors of #83239C
Black with #83239C
Text Example
Text Example
White with #83239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83239C; }
p { color: rgb(131,35,156); }
H1.HeaderClassName
{
color: #83239C;
}
.AnyTagClassName
{
color: #83239C;
}
</style>
background-color css
<style>
a { background-color: #83239C; }
a { background-color: rgb(131,35,156); }
div.DivClassName
{
background-color: #83239C;
}
.BgClassName
{
background-color: #83239C;
}
</style>
border-color css
<style>
span { border-color: #83239C; }
span { border-color: rgb(131,35,156); }
td.TdClassName
{
border-color: #83239C;
}
.TagClassName
{
border-color: #83239C;
}
</style>