Shades of Eminence #82377E
Tints of Eminence #82377E
RGB
CMYK
RGB Variations
Color information
#82377E (or 0x82377E) is known color: Eminence. HEX triplet: 82, 37 and 7E. RGB value is (130,55,126). Sum of RGB (Red+Green+Blue) = 130+55+126=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82377E is #7DC881. Grayscale: #555555. Windows color (decimal): -8243330 or 8271746. OLE color: 8271746.
HSL color Cylindrical-coordinate representation of color #82377E: hue angle of 303.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82377E is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 126 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.49 |
| HSL | 303.2º | 0.41% | 0.36% | - |
| HSV(B) | 303.2º | 0.58% | 0.51% | - |
| XYZ | 14.34 | 8.98 | 20.72 | - |
| YUV | 85.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 126 | 0 | 0.58 | 0.03 | 0.49 | 303.2 | 0.41 | 0.36 |
| Hex | 82 | 37 | 7E | 0 | 3A | 3 | 31 | 12F | 29 | 24 |
| Octal | 202 | 67 | 176 | 0 | 72 | 3 | 61 | 457 | 51 | 44 |
| Binary | 10000010 | 110111 | 1111110 | 0 | 111010 | 11 | 110001 | 100101111 | 101001 | 100100 |
Color Harmonies of #82377E
Complementary color
Monochromatic Colors of #82377E
Black with #82377E
Text Example
Text Example
White with #82377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82377E; }
p { color: rgb(130,55,126); }
H1.HeaderClassName
{
color: #82377E;
}
.AnyTagClassName
{
color: #82377E;
}
</style>
background-color css
<style>
a { background-color: #82377E; }
a { background-color: rgb(130,55,126); }
div.DivClassName
{
background-color: #82377E;
}
.BgClassName
{
background-color: #82377E;
}
</style>
border-color css
<style>
span { border-color: #82377E; }
span { border-color: rgb(130,55,126); }
td.TdClassName
{
border-color: #82377E;
}
.TagClassName
{
border-color: #82377E;
}
</style>