Shades of Eminence #80387C
Tints of Eminence #80387C
RGB
CMYK
RGB Variations
Color information
#80387C (or 0x80387C) is known color: Eminence. HEX triplet: 80, 38 and 7C. RGB value is (128,56,124). Sum of RGB (Red+Green+Blue) = 128+56+124=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80387C is #7FC783. Grayscale: #555555. Windows color (decimal): -8374148 or 8140928. OLE color: 8140928.
HSL color Cylindrical-coordinate representation of color #80387C: hue angle of 303.33º 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 #80387C is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 124 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.50 |
| HSL | 303.33º | 0.39% | 0.36% | - |
| HSV(B) | 303.33º | 0.56% | 0.5% | - |
| XYZ | 13.95 | 8.87 | 20.05 | - |
| YUV | 85.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 124 | 0 | 0.56 | 0.03 | 0.50 | 303.33 | 0.39 | 0.36 |
| Hex | 80 | 38 | 7C | 0 | 38 | 3 | 32 | 12F | 27 | 24 |
| Octal | 200 | 70 | 174 | 0 | 70 | 3 | 62 | 457 | 47 | 44 |
| Binary | 10000000 | 111000 | 1111100 | 0 | 111000 | 11 | 110010 | 100101111 | 100111 | 100100 |
Color Harmonies of #80387C
Complementary color
Monochromatic Colors of #80387C
Black with #80387C
Text Example
Text Example
White with #80387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80387C; }
p { color: rgb(128,56,124); }
H1.HeaderClassName
{
color: #80387C;
}
.AnyTagClassName
{
color: #80387C;
}
</style>
background-color css
<style>
a { background-color: #80387C; }
a { background-color: rgb(128,56,124); }
div.DivClassName
{
background-color: #80387C;
}
.BgClassName
{
background-color: #80387C;
}
</style>
border-color css
<style>
span { border-color: #80387C; }
span { border-color: rgb(128,56,124); }
td.TdClassName
{
border-color: #80387C;
}
.TagClassName
{
border-color: #80387C;
}
</style>