Shades of Eminence #81387E
Tints of Eminence #81387E
RGB
CMYK
RGB Variations
Color information
#81387E (or 0x81387E) is known color: Eminence. HEX triplet: 81, 38 and 7E. RGB value is (129,56,126). Sum of RGB (Red+Green+Blue) = 129+56+126=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #81387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81387E is #7EC781. Grayscale: #555555. Windows color (decimal): -8308610 or 8272001. OLE color: 8272001.
HSL color Cylindrical-coordinate representation of color #81387E: hue angle of 302.47º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81387E is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 126 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.49 |
| HSL | 302.47º | 0.39% | 0.36% | - |
| HSV(B) | 302.47º | 0.57% | 0.51% | - |
| XYZ | 14.23 | 9 | 20.73 | - |
| YUV | 85.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 126 | 0 | 0.57 | 0.02 | 0.49 | 302.47 | 0.39 | 0.36 |
| Hex | 81 | 38 | 7E | 0 | 39 | 2 | 31 | 12E | 27 | 24 |
| Octal | 201 | 70 | 176 | 0 | 71 | 2 | 61 | 456 | 47 | 44 |
| Binary | 10000001 | 111000 | 1111110 | 0 | 111001 | 10 | 110001 | 100101110 | 100111 | 100100 |
Color Harmonies of #81387E
Complementary color
Monochromatic Colors of #81387E
Black with #81387E
Text Example
Text Example
White with #81387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81387E; }
p { color: rgb(129,56,126); }
H1.HeaderClassName
{
color: #81387E;
}
.AnyTagClassName
{
color: #81387E;
}
</style>
background-color css
<style>
a { background-color: #81387E; }
a { background-color: rgb(129,56,126); }
div.DivClassName
{
background-color: #81387E;
}
.BgClassName
{
background-color: #81387E;
}
</style>
border-color css
<style>
span { border-color: #81387E; }
span { border-color: rgb(129,56,126); }
td.TdClassName
{
border-color: #81387E;
}
.TagClassName
{
border-color: #81387E;
}
</style>