Shades of Eminence #803E7D
Tints of Eminence #803E7D
RGB
CMYK
RGB Variations
Color information
#803E7D (or 0x803E7D) is known color: Eminence. HEX triplet: 80, 3E and 7D. RGB value is (128,62,125). Sum of RGB (Red+Green+Blue) = 128+62+125=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #803E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E7D is #7FC182. Grayscale: #585858. Windows color (decimal): -8372611 or 8208000. OLE color: 8208000.
HSL color Cylindrical-coordinate representation of color #803E7D: hue angle of 302.73º 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 #803E7D is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 125 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.50 |
| HSL | 302.73º | 0.35% | 0.37% | - |
| HSV(B) | 302.73º | 0.52% | 0.5% | - |
| XYZ | 14.33 | 9.52 | 20.48 | - |
| YUV | 88.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 125 | 0 | 0.52 | 0.02 | 0.50 | 302.73 | 0.35 | 0.37 |
| Hex | 80 | 3E | 7D | 0 | 34 | 2 | 32 | 12F | 23 | 25 |
| Octal | 200 | 76 | 175 | 0 | 64 | 2 | 62 | 457 | 43 | 45 |
| Binary | 10000000 | 111110 | 1111101 | 0 | 110100 | 10 | 110010 | 100101111 | 100011 | 100101 |
Color Harmonies of #803E7D
Complementary color
Monochromatic Colors of #803E7D
Black with #803E7D
Text Example
Text Example
White with #803E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E7D; }
p { color: rgb(128,62,125); }
H1.HeaderClassName
{
color: #803E7D;
}
.AnyTagClassName
{
color: #803E7D;
}
</style>
background-color css
<style>
a { background-color: #803E7D; }
a { background-color: rgb(128,62,125); }
div.DivClassName
{
background-color: #803E7D;
}
.BgClassName
{
background-color: #803E7D;
}
</style>
border-color css
<style>
span { border-color: #803E7D; }
span { border-color: rgb(128,62,125); }
td.TdClassName
{
border-color: #803E7D;
}
.TagClassName
{
border-color: #803E7D;
}
</style>