Shades of Eminence #82407E
Tints of Eminence #82407E
RGB
CMYK
RGB Variations
Color information
#82407E (or 0x82407E) is known color: Eminence. HEX triplet: 82, 40 and 7E. RGB value is (130,64,126). Sum of RGB (Red+Green+Blue) = 130+64+126=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82407E is #7DBF81. Grayscale: #5A5A5A. Windows color (decimal): -8241026 or 8274050. OLE color: 8274050.
HSL color Cylindrical-coordinate representation of color #82407E: hue angle of 303.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82407E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 126 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.49 |
| HSL | 303.64º | 0.34% | 0.38% | - |
| HSV(B) | 303.64º | 0.51% | 0.51% | - |
| XYZ | 14.81 | 9.92 | 20.87 | - |
| YUV | 90.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 126 | 0 | 0.51 | 0.03 | 0.49 | 303.64 | 0.34 | 0.38 |
| Hex | 82 | 40 | 7E | 0 | 33 | 3 | 31 | 130 | 22 | 26 |
| Octal | 202 | 100 | 176 | 0 | 63 | 3 | 61 | 460 | 42 | 46 |
| Binary | 10000010 | 1000000 | 1111110 | 0 | 110011 | 11 | 110001 | 100110000 | 100010 | 100110 |
Color Harmonies of #82407E
Complementary color
Monochromatic Colors of #82407E
Black with #82407E
Text Example
Text Example
White with #82407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82407E; }
p { color: rgb(130,64,126); }
H1.HeaderClassName
{
color: #82407E;
}
.AnyTagClassName
{
color: #82407E;
}
</style>
background-color css
<style>
a { background-color: #82407E; }
a { background-color: rgb(130,64,126); }
div.DivClassName
{
background-color: #82407E;
}
.BgClassName
{
background-color: #82407E;
}
</style>
border-color css
<style>
span { border-color: #82407E; }
span { border-color: rgb(130,64,126); }
td.TdClassName
{
border-color: #82407E;
}
.TagClassName
{
border-color: #82407E;
}
</style>