Shades of Eminence #814175
Tints of Eminence #814175
RGB
CMYK
RGB Variations
Color information
#814175 (or 0x814175) is known color: Eminence. HEX triplet: 81, 41 and 75. RGB value is (129,65,117). Sum of RGB (Red+Green+Blue) = 129+65+117=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814175 is #7EBE8A. Grayscale: #595959. Windows color (decimal): -8306315 or 7684481. OLE color: 7684481.
HSL color Cylindrical-coordinate representation of color #814175: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814175 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 117 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.49 |
| HSL | 311.25º | 0.33% | 0.38% | - |
| HSV(B) | 311.25º | 0.5% | 0.51% | - |
| XYZ | 14.15 | 9.73 | 17.96 | - |
| YUV | 90.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 117 | 0 | 0.50 | 0.09 | 0.49 | 311.25 | 0.33 | 0.38 |
| Hex | 81 | 41 | 75 | 0 | 32 | 9 | 31 | 137 | 21 | 26 |
| Octal | 201 | 101 | 165 | 0 | 62 | 11 | 61 | 467 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1110101 | 0 | 110010 | 1001 | 110001 | 100110111 | 100001 | 100110 |
Color Harmonies of #814175
Complementary color
Monochromatic Colors of #814175
Black with #814175
Text Example
Text Example
White with #814175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814175; }
p { color: rgb(129,65,117); }
H1.HeaderClassName
{
color: #814175;
}
.AnyTagClassName
{
color: #814175;
}
</style>
background-color css
<style>
a { background-color: #814175; }
a { background-color: rgb(129,65,117); }
div.DivClassName
{
background-color: #814175;
}
.BgClassName
{
background-color: #814175;
}
</style>
border-color css
<style>
span { border-color: #814175; }
span { border-color: rgb(129,65,117); }
td.TdClassName
{
border-color: #814175;
}
.TagClassName
{
border-color: #814175;
}
</style>