Shades of Eminence #80397D
Tints of Eminence #80397D
RGB
CMYK
RGB Variations
Color information
#80397D (or 0x80397D) is known color: Eminence. HEX triplet: 80, 39 and 7D. RGB value is (128,57,125). Sum of RGB (Red+Green+Blue) = 128+57+125=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80397D is #7FC682. Grayscale: #555555. Windows color (decimal): -8373891 or 8206720. OLE color: 8206720.
HSL color Cylindrical-coordinate representation of color #80397D: hue angle of 302.54º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80397D is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 125 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.50 |
| HSL | 302.54º | 0.38% | 0.36% | - |
| HSV(B) | 302.54º | 0.55% | 0.5% | - |
| XYZ | 14.07 | 9 | 20.4 | - |
| YUV | 85.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 125 | 0 | 0.55 | 0.02 | 0.50 | 302.54 | 0.38 | 0.36 |
| Hex | 80 | 39 | 7D | 0 | 37 | 2 | 32 | 12F | 26 | 24 |
| Octal | 200 | 71 | 175 | 0 | 67 | 2 | 62 | 457 | 46 | 44 |
| Binary | 10000000 | 111001 | 1111101 | 0 | 110111 | 10 | 110010 | 100101111 | 100110 | 100100 |
Color Harmonies of #80397D
Complementary color
Monochromatic Colors of #80397D
Black with #80397D
Text Example
Text Example
White with #80397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80397D; }
p { color: rgb(128,57,125); }
H1.HeaderClassName
{
color: #80397D;
}
.AnyTagClassName
{
color: #80397D;
}
</style>
background-color css
<style>
a { background-color: #80397D; }
a { background-color: rgb(128,57,125); }
div.DivClassName
{
background-color: #80397D;
}
.BgClassName
{
background-color: #80397D;
}
</style>
border-color css
<style>
span { border-color: #80397D; }
span { border-color: rgb(128,57,125); }
td.TdClassName
{
border-color: #80397D;
}
.TagClassName
{
border-color: #80397D;
}
</style>