Shades of Eminence #803F7F
Tints of Eminence #803F7F
RGB
CMYK
RGB Variations
Color information
#803F7F (or 0x803F7F) is known color: Eminence. HEX triplet: 80, 3F and 7F. RGB value is (128,63,127). Sum of RGB (Red+Green+Blue) = 128+63+127=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #803F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F7F is #7FC080. Grayscale: #595959. Windows color (decimal): -8372353 or 8339328. OLE color: 8339328.
HSL color Cylindrical-coordinate representation of color #803F7F: hue angle of 300.92º 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 #803F7F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 127 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.50 |
| HSL | 300.92º | 0.34% | 0.37% | - |
| HSV(B) | 300.92º | 0.51% | 0.5% | - |
| XYZ | 14.51 | 9.68 | 21.18 | - |
| YUV | 89.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 127 | 0 | 0.51 | 0.01 | 0.50 | 300.92 | 0.34 | 0.37 |
| Hex | 80 | 3F | 7F | 0 | 33 | 1 | 32 | 12D | 22 | 25 |
| Octal | 200 | 77 | 177 | 0 | 63 | 1 | 62 | 455 | 42 | 45 |
| Binary | 10000000 | 111111 | 1111111 | 0 | 110011 | 1 | 110010 | 100101101 | 100010 | 100101 |
Color Harmonies of #803F7F
Complementary color
Monochromatic Colors of #803F7F
Black with #803F7F
Text Example
Text Example
White with #803F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F7F; }
p { color: rgb(128,63,127); }
H1.HeaderClassName
{
color: #803F7F;
}
.AnyTagClassName
{
color: #803F7F;
}
</style>
background-color css
<style>
a { background-color: #803F7F; }
a { background-color: rgb(128,63,127); }
div.DivClassName
{
background-color: #803F7F;
}
.BgClassName
{
background-color: #803F7F;
}
</style>
border-color css
<style>
span { border-color: #803F7F; }
span { border-color: rgb(128,63,127); }
td.TdClassName
{
border-color: #803F7F;
}
.TagClassName
{
border-color: #803F7F;
}
</style>