Shades of Eminence #813F7F
Tints of Eminence #813F7F
RGB
CMYK
RGB Variations
Color information
#813F7F (or 0x813F7F) is known color: Eminence. HEX triplet: 81, 3F and 7F. RGB value is (129,63,127). Sum of RGB (Red+Green+Blue) = 129+63+127=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #813F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813F7F is #7EC080. Grayscale: #595959. Windows color (decimal): -8306817 or 8339329. OLE color: 8339329.
HSL color Cylindrical-coordinate representation of color #813F7F: hue angle of 301.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #813F7F is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 127 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.49 |
| HSL | 301.82º | 0.34% | 0.38% | - |
| HSV(B) | 301.82º | 0.51% | 0.51% | - |
| XYZ | 14.66 | 9.75 | 21.19 | - |
| YUV | 90.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 127 | 0 | 0.51 | 0.02 | 0.49 | 301.82 | 0.34 | 0.38 |
| Hex | 81 | 3F | 7F | 0 | 33 | 2 | 31 | 12E | 22 | 26 |
| Octal | 201 | 77 | 177 | 0 | 63 | 2 | 61 | 456 | 42 | 46 |
| Binary | 10000001 | 111111 | 1111111 | 0 | 110011 | 10 | 110001 | 100101110 | 100010 | 100110 |
Color Harmonies of #813F7F
Complementary color
Monochromatic Colors of #813F7F
Black with #813F7F
Text Example
Text Example
White with #813F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F7F; }
p { color: rgb(129,63,127); }
H1.HeaderClassName
{
color: #813F7F;
}
.AnyTagClassName
{
color: #813F7F;
}
</style>
background-color css
<style>
a { background-color: #813F7F; }
a { background-color: rgb(129,63,127); }
div.DivClassName
{
background-color: #813F7F;
}
.BgClassName
{
background-color: #813F7F;
}
</style>
border-color css
<style>
span { border-color: #813F7F; }
span { border-color: rgb(129,63,127); }
td.TdClassName
{
border-color: #813F7F;
}
.TagClassName
{
border-color: #813F7F;
}
</style>