Shades of Eminence #80387A
Tints of Eminence #80387A
RGB
CMYK
RGB Variations
Color information
#80387A (or 0x80387A) is known color: Eminence. HEX triplet: 80, 38 and 7A. RGB value is (128,56,122). Sum of RGB (Red+Green+Blue) = 128+56+122=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80387A is #7FC785. Grayscale: #545454. Windows color (decimal): -8374150 or 8009856. OLE color: 8009856.
HSL color Cylindrical-coordinate representation of color #80387A: hue angle of 305º 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 #80387A is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 122 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.50 |
| HSL | 305º | 0.39% | 0.36% | - |
| HSV(B) | 305º | 0.56% | 0.5% | - |
| XYZ | 13.83 | 8.82 | 19.39 | - |
| YUV | 85.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 122 | 0 | 0.56 | 0.05 | 0.50 | 305 | 0.39 | 0.36 |
| Hex | 80 | 38 | 7A | 0 | 38 | 5 | 32 | 131 | 27 | 24 |
| Octal | 200 | 70 | 172 | 0 | 70 | 5 | 62 | 461 | 47 | 44 |
| Binary | 10000000 | 111000 | 1111010 | 0 | 111000 | 101 | 110010 | 100110001 | 100111 | 100100 |
Color Harmonies of #80387A
Complementary color
Monochromatic Colors of #80387A
Black with #80387A
Text Example
Text Example
White with #80387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80387A; }
p { color: rgb(128,56,122); }
H1.HeaderClassName
{
color: #80387A;
}
.AnyTagClassName
{
color: #80387A;
}
</style>
background-color css
<style>
a { background-color: #80387A; }
a { background-color: rgb(128,56,122); }
div.DivClassName
{
background-color: #80387A;
}
.BgClassName
{
background-color: #80387A;
}
</style>
border-color css
<style>
span { border-color: #80387A; }
span { border-color: rgb(128,56,122); }
td.TdClassName
{
border-color: #80387A;
}
.TagClassName
{
border-color: #80387A;
}
</style>