Shades of Vivid Violet #82239F
Tints of Vivid Violet #82239F
RGB
CMYK
RGB Variations
Color information
#82239F (or 0x82239F) is known color: Vivid Violet. HEX triplet: 82, 23 and 9F. RGB value is (130,35,159). Sum of RGB (Red+Green+Blue) = 130+35+159=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #82239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82239F is #7DDC60. Grayscale: #4D4D4D. Windows color (decimal): -8248417 or 10429314. OLE color: 10429314.
HSL color Cylindrical-coordinate representation of color #82239F: hue angle of 285.97º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82239F is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 35 | 159 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.38 |
| HSL | 285.97º | 0.64% | 0.38% | - |
| HSV(B) | 285.97º | 0.78% | 0.62% | - |
| XYZ | 16.06 | 8.45 | 33.59 | - |
| YUV | 77.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 159 | 0.18 | 0.78 | 0 | 0.38 | 285.97 | 0.64 | 0.38 |
| Hex | 82 | 23 | 9F | 12 | 4E | 0 | 26 | 11E | 40 | 26 |
| Octal | 202 | 43 | 237 | 22 | 116 | 0 | 46 | 436 | 100 | 46 |
| Binary | 10000010 | 100011 | 10011111 | 10010 | 1001110 | 0 | 100110 | 100011110 | 1000000 | 100110 |
Color Harmonies of #82239F
Complementary color
Monochromatic Colors of #82239F
Black with #82239F
Text Example
Text Example
White with #82239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82239F; }
p { color: rgb(130,35,159); }
H1.HeaderClassName
{
color: #82239F;
}
.AnyTagClassName
{
color: #82239F;
}
</style>
background-color css
<style>
a { background-color: #82239F; }
a { background-color: rgb(130,35,159); }
div.DivClassName
{
background-color: #82239F;
}
.BgClassName
{
background-color: #82239F;
}
</style>
border-color css
<style>
span { border-color: #82239F; }
span { border-color: rgb(130,35,159); }
td.TdClassName
{
border-color: #82239F;
}
.TagClassName
{
border-color: #82239F;
}
</style>