Shades of Eminence #803E7B
Tints of Eminence #803E7B
RGB
CMYK
RGB Variations
Color information
#803E7B (or 0x803E7B) is known color: Eminence. HEX triplet: 80, 3E and 7B. RGB value is (128,62,123). Sum of RGB (Red+Green+Blue) = 128+62+123=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #803E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E7B is #7FC184. Grayscale: #585858. Windows color (decimal): -8372613 or 8076928. OLE color: 8076928.
HSL color Cylindrical-coordinate representation of color #803E7B: hue angle of 304.55º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E7B is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 123 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.50 |
| HSL | 304.55º | 0.35% | 0.37% | - |
| HSV(B) | 304.55º | 0.52% | 0.5% | - |
| XYZ | 14.2 | 9.46 | 19.82 | - |
| YUV | 88.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 123 | 0 | 0.52 | 0.04 | 0.50 | 304.55 | 0.35 | 0.37 |
| Hex | 80 | 3E | 7B | 0 | 34 | 4 | 32 | 131 | 23 | 25 |
| Octal | 200 | 76 | 173 | 0 | 64 | 4 | 62 | 461 | 43 | 45 |
| Binary | 10000000 | 111110 | 1111011 | 0 | 110100 | 100 | 110010 | 100110001 | 100011 | 100101 |
Color Harmonies of #803E7B
Complementary color
Monochromatic Colors of #803E7B
Black with #803E7B
Text Example
Text Example
White with #803E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E7B; }
p { color: rgb(128,62,123); }
H1.HeaderClassName
{
color: #803E7B;
}
.AnyTagClassName
{
color: #803E7B;
}
</style>
background-color css
<style>
a { background-color: #803E7B; }
a { background-color: rgb(128,62,123); }
div.DivClassName
{
background-color: #803E7B;
}
.BgClassName
{
background-color: #803E7B;
}
</style>
border-color css
<style>
span { border-color: #803E7B; }
span { border-color: rgb(128,62,123); }
td.TdClassName
{
border-color: #803E7B;
}
.TagClassName
{
border-color: #803E7B;
}
</style>