Shades of Eminence #803F76
Tints of Eminence #803F76
RGB
CMYK
RGB Variations
Color information
#803F76 (or 0x803F76) is known color: Eminence. HEX triplet: 80, 3F and 76. RGB value is (128,63,118). Sum of RGB (Red+Green+Blue) = 128+63+118=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #803F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F76 is #7FC089. Grayscale: #585858. Windows color (decimal): -8372362 or 7749504. OLE color: 7749504.
HSL color Cylindrical-coordinate representation of color #803F76: hue angle of 309.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F76 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 118 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.50 |
| HSL | 309.23º | 0.34% | 0.37% | - |
| HSV(B) | 309.23º | 0.51% | 0.5% | - |
| XYZ | 13.95 | 9.45 | 18.23 | - |
| YUV | 88.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 118 | 0 | 0.51 | 0.08 | 0.50 | 309.23 | 0.34 | 0.37 |
| Hex | 80 | 3F | 76 | 0 | 33 | 8 | 32 | 135 | 22 | 25 |
| Octal | 200 | 77 | 166 | 0 | 63 | 10 | 62 | 465 | 42 | 45 |
| Binary | 10000000 | 111111 | 1110110 | 0 | 110011 | 1000 | 110010 | 100110101 | 100010 | 100101 |
Color Harmonies of #803F76
Complementary color
Monochromatic Colors of #803F76
Black with #803F76
Text Example
Text Example
White with #803F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F76; }
p { color: rgb(128,63,118); }
H1.HeaderClassName
{
color: #803F76;
}
.AnyTagClassName
{
color: #803F76;
}
</style>
background-color css
<style>
a { background-color: #803F76; }
a { background-color: rgb(128,63,118); }
div.DivClassName
{
background-color: #803F76;
}
.BgClassName
{
background-color: #803F76;
}
</style>
border-color css
<style>
span { border-color: #803F76; }
span { border-color: rgb(128,63,118); }
td.TdClassName
{
border-color: #803F76;
}
.TagClassName
{
border-color: #803F76;
}
</style>