Shades of Eminence #80387D
Tints of Eminence #80387D
RGB
CMYK
RGB Variations
Color information
#80387D (or 0x80387D) is known color: Eminence. HEX triplet: 80, 38 and 7D. RGB value is (128,56,125). Sum of RGB (Red+Green+Blue) = 128+56+125=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80387D is #7FC782. Grayscale: #555555. Windows color (decimal): -8374147 or 8206464. OLE color: 8206464.
HSL color Cylindrical-coordinate representation of color #80387D: hue angle of 302.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80387D is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 125 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.50 |
| HSL | 302.5º | 0.39% | 0.36% | - |
| HSV(B) | 302.5º | 0.56% | 0.5% | - |
| XYZ | 14.02 | 8.9 | 20.38 | - |
| YUV | 85.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 125 | 0 | 0.56 | 0.02 | 0.50 | 302.5 | 0.39 | 0.36 |
| Hex | 80 | 38 | 7D | 0 | 38 | 2 | 32 | 12E | 27 | 24 |
| Octal | 200 | 70 | 175 | 0 | 70 | 2 | 62 | 456 | 47 | 44 |
| Binary | 10000000 | 111000 | 1111101 | 0 | 111000 | 10 | 110010 | 100101110 | 100111 | 100100 |
Color Harmonies of #80387D
Complementary color
Monochromatic Colors of #80387D
Black with #80387D
Text Example
Text Example
White with #80387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80387D; }
p { color: rgb(128,56,125); }
H1.HeaderClassName
{
color: #80387D;
}
.AnyTagClassName
{
color: #80387D;
}
</style>
background-color css
<style>
a { background-color: #80387D; }
a { background-color: rgb(128,56,125); }
div.DivClassName
{
background-color: #80387D;
}
.BgClassName
{
background-color: #80387D;
}
</style>
border-color css
<style>
span { border-color: #80387D; }
span { border-color: rgb(128,56,125); }
td.TdClassName
{
border-color: #80387D;
}
.TagClassName
{
border-color: #80387D;
}
</style>