Shades of Purple #82097C
Tints of Purple #82097C
RGB
CMYK
RGB Variations
Color information
#82097C (or 0x82097C) is known color: Purple. HEX triplet: 82, 09 and 7C. RGB value is (130,9,124). Sum of RGB (Red+Green+Blue) = 130+9+124=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82097C is #7DF683. Grayscale: #393939. Windows color (decimal): -8255108 or 8128898. OLE color: 8128898.
HSL color Cylindrical-coordinate representation of color #82097C: hue angle of 302.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 #82097C is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 124 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.49 |
| HSL | 302.98º | 0.87% | 0.27% | - |
| HSV(B) | 302.98º | 0.93% | 0.51% | - |
| XYZ | 12.94 | 6.4 | 19.62 | - |
| YUV | 58.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 124 | 0 | 0.93 | 0.05 | 0.49 | 302.98 | 0.87 | 0.27 |
| Hex | 82 | 9 | 7C | 0 | 5D | 5 | 31 | 12F | 57 | 1B |
| Octal | 202 | 11 | 174 | 0 | 135 | 5 | 61 | 457 | 127 | 33 |
| Binary | 10000010 | 1001 | 1111100 | 0 | 1011101 | 101 | 110001 | 100101111 | 1010111 | 11011 |
Color Harmonies of #82097C
Complementary color
Monochromatic Colors of #82097C
Black with #82097C
Text Example
Text Example
White with #82097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82097C; }
p { color: rgb(130,9,124); }
H1.HeaderClassName
{
color: #82097C;
}
.AnyTagClassName
{
color: #82097C;
}
</style>
background-color css
<style>
a { background-color: #82097C; }
a { background-color: rgb(130,9,124); }
div.DivClassName
{
background-color: #82097C;
}
.BgClassName
{
background-color: #82097C;
}
</style>
border-color css
<style>
span { border-color: #82097C; }
span { border-color: rgb(130,9,124); }
td.TdClassName
{
border-color: #82097C;
}
.TagClassName
{
border-color: #82097C;
}
</style>