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