Shades of Vivid Violet #82288B
Tints of Vivid Violet #82288B
RGB
CMYK
RGB Variations
Color information
#82288B (or 0x82288B) is known color: Vivid Violet. HEX triplet: 82, 28 and 8B. RGB value is (130,40,139). Sum of RGB (Red+Green+Blue) = 130+40+139=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #82288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82288B is #7DD774. Grayscale: #4D4D4D. Windows color (decimal): -8247157 or 9119874. OLE color: 9119874.
HSL color Cylindrical-coordinate representation of color #82288B: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82288B is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 40 | 139 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.45 |
| HSL | 294.55º | 0.55% | 0.35% | - |
| HSV(B) | 294.55º | 0.71% | 0.55% | - |
| XYZ | 14.62 | 8.13 | 25.22 | - |
| YUV | 78.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 139 | 0.06 | 0.71 | 0 | 0.45 | 294.55 | 0.55 | 0.35 |
| Hex | 82 | 28 | 8B | 6 | 47 | 0 | 2D | 127 | 37 | 23 |
| Octal | 202 | 50 | 213 | 6 | 107 | 0 | 55 | 447 | 67 | 43 |
| Binary | 10000010 | 101000 | 10001011 | 110 | 1000111 | 0 | 101101 | 100100111 | 110111 | 100011 |
Color Harmonies of #82288B
Complementary color
Monochromatic Colors of #82288B
Black with #82288B
Text Example
Text Example
White with #82288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82288B; }
p { color: rgb(130,40,139); }
H1.HeaderClassName
{
color: #82288B;
}
.AnyTagClassName
{
color: #82288B;
}
</style>
background-color css
<style>
a { background-color: #82288B; }
a { background-color: rgb(130,40,139); }
div.DivClassName
{
background-color: #82288B;
}
.BgClassName
{
background-color: #82288B;
}
</style>
border-color css
<style>
span { border-color: #82288B; }
span { border-color: rgb(130,40,139); }
td.TdClassName
{
border-color: #82288B;
}
.TagClassName
{
border-color: #82288B;
}
</style>