Shades of Vivid Violet #82259B
Tints of Vivid Violet #82259B
RGB
CMYK
RGB Variations
Color information
#82259B (or 0x82259B) is known color: Vivid Violet. HEX triplet: 82, 25 and 9B. RGB value is (130,37,155). Sum of RGB (Red+Green+Blue) = 130+37+155=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #82259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82259B is #7DDA64. Grayscale: #4D4D4D. Windows color (decimal): -8247909 or 10167682. OLE color: 10167682.
HSL color Cylindrical-coordinate representation of color #82259B: hue angle of 287.29º 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 #82259B is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 37 | 155 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.39 |
| HSL | 287.29º | 0.61% | 0.38% | - |
| HSV(B) | 287.29º | 0.76% | 0.61% | - |
| XYZ | 15.78 | 8.44 | 31.81 | - |
| YUV | 78.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 155 | 0.16 | 0.76 | 0 | 0.39 | 287.29 | 0.61 | 0.38 |
| Hex | 82 | 25 | 9B | 10 | 4C | 0 | 27 | 11F | 3D | 26 |
| Octal | 202 | 45 | 233 | 20 | 114 | 0 | 47 | 437 | 75 | 46 |
| Binary | 10000010 | 100101 | 10011011 | 10000 | 1001100 | 0 | 100111 | 100011111 | 111101 | 100110 |
Color Harmonies of #82259B
Complementary color
Monochromatic Colors of #82259B
Black with #82259B
Text Example
Text Example
White with #82259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82259B; }
p { color: rgb(130,37,155); }
H1.HeaderClassName
{
color: #82259B;
}
.AnyTagClassName
{
color: #82259B;
}
</style>
background-color css
<style>
a { background-color: #82259B; }
a { background-color: rgb(130,37,155); }
div.DivClassName
{
background-color: #82259B;
}
.BgClassName
{
background-color: #82259B;
}
</style>
border-color css
<style>
span { border-color: #82259B; }
span { border-color: rgb(130,37,155); }
td.TdClassName
{
border-color: #82259B;
}
.TagClassName
{
border-color: #82259B;
}
</style>