Shades of Purple #82097E
Tints of Purple #82097E
RGB
CMYK
RGB Variations
Color information
#82097E (or 0x82097E) is known color: Purple. HEX triplet: 82, 09 and 7E. RGB value is (130,9,126). Sum of RGB (Red+Green+Blue) = 130+9+126=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097E is #7DF681. Grayscale: #3A3A3A. Windows color (decimal): -8255106 or 8259970. OLE color: 8259970.
HSL color Cylindrical-coordinate representation of color #82097E: hue angle of 301.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82097E is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 126 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.49 |
| HSL | 301.98º | 0.87% | 0.27% | - |
| HSV(B) | 301.98º | 0.93% | 0.51% | - |
| XYZ | 13.07 | 6.45 | 20.29 | - |
| YUV | 58.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 126 | 0 | 0.93 | 0.03 | 0.49 | 301.98 | 0.87 | 0.27 |
| Hex | 82 | 9 | 7E | 0 | 5D | 3 | 31 | 12E | 57 | 1B |
| Octal | 202 | 11 | 176 | 0 | 135 | 3 | 61 | 456 | 127 | 33 |
| Binary | 10000010 | 1001 | 1111110 | 0 | 1011101 | 11 | 110001 | 100101110 | 1010111 | 11011 |
Color Harmonies of #82097E
Complementary color
Monochromatic Colors of #82097E
Black with #82097E
Text Example
Text Example
White with #82097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82097E; }
p { color: rgb(130,9,126); }
H1.HeaderClassName
{
color: #82097E;
}
.AnyTagClassName
{
color: #82097E;
}
</style>
background-color css
<style>
a { background-color: #82097E; }
a { background-color: rgb(130,9,126); }
div.DivClassName
{
background-color: #82097E;
}
.BgClassName
{
background-color: #82097E;
}
</style>
border-color css
<style>
span { border-color: #82097E; }
span { border-color: rgb(130,9,126); }
td.TdClassName
{
border-color: #82097E;
}
.TagClassName
{
border-color: #82097E;
}
</style>