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