Shades of Eminence #80367D
Tints of Eminence #80367D
RGB
CMYK
RGB Variations
Color information
#80367D (or 0x80367D) is known color: Eminence. HEX triplet: 80, 36 and 7D. RGB value is (128,54,125). Sum of RGB (Red+Green+Blue) = 128+54+125=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80367D is #7FC982. Grayscale: #545454. Windows color (decimal): -8374659 or 8205952. OLE color: 8205952.
HSL color Cylindrical-coordinate representation of color #80367D: hue angle of 302.43º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80367D is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 125 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.50 |
| HSL | 302.43º | 0.41% | 0.36% | - |
| HSV(B) | 302.43º | 0.58% | 0.5% | - |
| XYZ | 13.92 | 8.71 | 20.35 | - |
| YUV | 84.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 125 | 0 | 0.58 | 0.02 | 0.50 | 302.43 | 0.41 | 0.36 |
| Hex | 80 | 36 | 7D | 0 | 3A | 2 | 32 | 12E | 29 | 24 |
| Octal | 200 | 66 | 175 | 0 | 72 | 2 | 62 | 456 | 51 | 44 |
| Binary | 10000000 | 110110 | 1111101 | 0 | 111010 | 10 | 110010 | 100101110 | 101001 | 100100 |
Color Harmonies of #80367D
Complementary color
Monochromatic Colors of #80367D
Black with #80367D
Text Example
Text Example
White with #80367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80367D; }
p { color: rgb(128,54,125); }
H1.HeaderClassName
{
color: #80367D;
}
.AnyTagClassName
{
color: #80367D;
}
</style>
background-color css
<style>
a { background-color: #80367D; }
a { background-color: rgb(128,54,125); }
div.DivClassName
{
background-color: #80367D;
}
.BgClassName
{
background-color: #80367D;
}
</style>
border-color css
<style>
span { border-color: #80367D; }
span { border-color: rgb(128,54,125); }
td.TdClassName
{
border-color: #80367D;
}
.TagClassName
{
border-color: #80367D;
}
</style>