Shades of Vivid Violet #83259B
Tints of Vivid Violet #83259B
RGB
CMYK
RGB Variations
Color information
#83259B (or 0x83259B) is known color: Vivid Violet. HEX triplet: 83, 25 and 9B. RGB value is (131,37,155). Sum of RGB (Red+Green+Blue) = 131+37+155=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #83259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83259B is #7CDA64. Grayscale: #4E4E4E. Windows color (decimal): -8182373 or 10167683. OLE color: 10167683.
HSL color Cylindrical-coordinate representation of color #83259B: hue angle of 287.8º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83259B is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 37 | 155 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.39 |
| HSL | 287.8º | 0.61% | 0.38% | - |
| HSV(B) | 287.8º | 0.76% | 0.61% | - |
| XYZ | 15.94 | 8.51 | 31.81 | - |
| YUV | 78.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 155 | 0.15 | 0.76 | 0 | 0.39 | 287.8 | 0.61 | 0.38 |
| Hex | 83 | 25 | 9B | F | 4C | 0 | 27 | 120 | 3D | 26 |
| Octal | 203 | 45 | 233 | 17 | 114 | 0 | 47 | 440 | 75 | 46 |
| Binary | 10000011 | 100101 | 10011011 | 1111 | 1001100 | 0 | 100111 | 100100000 | 111101 | 100110 |
Color Harmonies of #83259B
Complementary color
Monochromatic Colors of #83259B
Black with #83259B
Text Example
Text Example
White with #83259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83259B; }
p { color: rgb(131,37,155); }
H1.HeaderClassName
{
color: #83259B;
}
.AnyTagClassName
{
color: #83259B;
}
</style>
background-color css
<style>
a { background-color: #83259B; }
a { background-color: rgb(131,37,155); }
div.DivClassName
{
background-color: #83259B;
}
.BgClassName
{
background-color: #83259B;
}
</style>
border-color css
<style>
span { border-color: #83259B; }
span { border-color: rgb(131,37,155); }
td.TdClassName
{
border-color: #83259B;
}
.TagClassName
{
border-color: #83259B;
}
</style>