Shades of Vivid Violet #83259A
Tints of Vivid Violet #83259A
RGB
CMYK
RGB Variations
Color information
#83259A (or 0x83259A) is known color: Vivid Violet. HEX triplet: 83, 25 and 9A. RGB value is (131,37,154). Sum of RGB (Red+Green+Blue) = 131+37+154=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #83259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83259A is #7CDA65. Grayscale: #4E4E4E. Windows color (decimal): -8182374 or 10102147. OLE color: 10102147.
HSL color Cylindrical-coordinate representation of color #83259A: hue angle of 288.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83259A is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 37 | 154 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.40 |
| HSL | 288.21º | 0.61% | 0.37% | - |
| HSV(B) | 288.21º | 0.76% | 0.6% | - |
| XYZ | 15.85 | 8.48 | 31.37 | - |
| YUV | 78.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 154 | 0.15 | 0.76 | 0 | 0.40 | 288.21 | 0.61 | 0.37 |
| Hex | 83 | 25 | 9A | F | 4C | 0 | 28 | 120 | 3D | 25 |
| Octal | 203 | 45 | 232 | 17 | 114 | 0 | 50 | 440 | 75 | 45 |
| Binary | 10000011 | 100101 | 10011010 | 1111 | 1001100 | 0 | 101000 | 100100000 | 111101 | 100101 |
Color Harmonies of #83259A
Complementary color
Monochromatic Colors of #83259A
Black with #83259A
Text Example
Text Example
White with #83259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83259A; }
p { color: rgb(131,37,154); }
H1.HeaderClassName
{
color: #83259A;
}
.AnyTagClassName
{
color: #83259A;
}
</style>
background-color css
<style>
a { background-color: #83259A; }
a { background-color: rgb(131,37,154); }
div.DivClassName
{
background-color: #83259A;
}
.BgClassName
{
background-color: #83259A;
}
</style>
border-color css
<style>
span { border-color: #83259A; }
span { border-color: rgb(131,37,154); }
td.TdClassName
{
border-color: #83259A;
}
.TagClassName
{
border-color: #83259A;
}
</style>