Shades of Vivid Violet #83249A
Tints of Vivid Violet #83249A
RGB
CMYK
RGB Variations
Color information
#83249A (or 0x83249A) is known color: Vivid Violet. HEX triplet: 83, 24 and 9A. RGB value is (131,36,154). Sum of RGB (Red+Green+Blue) = 131+36+154=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #83249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83249A is #7CDB65. Grayscale: #4D4D4D. Windows color (decimal): -8182630 or 10101891. OLE color: 10101891.
HSL color Cylindrical-coordinate representation of color #83249A: hue angle of 288.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83249A is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 36 | 154 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.40 |
| HSL | 288.31º | 0.62% | 0.37% | - |
| HSV(B) | 288.31º | 0.77% | 0.6% | - |
| XYZ | 15.82 | 8.42 | 31.36 | - |
| YUV | 77.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 154 | 0.15 | 0.77 | 0 | 0.40 | 288.31 | 0.62 | 0.37 |
| Hex | 83 | 24 | 9A | F | 4D | 0 | 28 | 120 | 3E | 25 |
| Octal | 203 | 44 | 232 | 17 | 115 | 0 | 50 | 440 | 76 | 45 |
| Binary | 10000011 | 100100 | 10011010 | 1111 | 1001101 | 0 | 101000 | 100100000 | 111110 | 100101 |
Color Harmonies of #83249A
Complementary color
Monochromatic Colors of #83249A
Black with #83249A
Text Example
Text Example
White with #83249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83249A; }
p { color: rgb(131,36,154); }
H1.HeaderClassName
{
color: #83249A;
}
.AnyTagClassName
{
color: #83249A;
}
</style>
background-color css
<style>
a { background-color: #83249A; }
a { background-color: rgb(131,36,154); }
div.DivClassName
{
background-color: #83249A;
}
.BgClassName
{
background-color: #83249A;
}
</style>
border-color css
<style>
span { border-color: #83249A; }
span { border-color: rgb(131,36,154); }
td.TdClassName
{
border-color: #83249A;
}
.TagClassName
{
border-color: #83249A;
}
</style>