#814177

Color #814177 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #814177

Tints of Eminence #814177

Color information

#814177 (or 0x814177) is unknown color: approx Eminence. HEX triplet: 81, 41 and 77. RGB value is (129,65,119). Sum of RGB (Red+Green+Blue) = 129+65+119=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #814177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814177 is #7EBE88. Grayscale: #5A5A5A. Windows color (decimal): -8306313 or 7815553. OLE color: 7815553.

HSL color Cylindrical-coordinate representation of color #814177: hue angle of 309.38º 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 #814177 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12965119-
CMYK00.500.080.49
HSL309.38º32.99%38.04%-
HSV(B)309.38º49.61%50.59%-
XYZ14.279.7818.59-
YUV90.29144.2155.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=41.21%
G=20.77%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511900.500.080.49309.3832.9938.04
Hex8141770328311352126
Octal20110116706210614654146
Binary100000011000001111011101100101000110001100110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814177; }

 p { color: rgb(129,65,119); }

 H1.HeaderClassName
 {
   color: #814177;
 }
 .AnyTagClassName
 {
   color: #814177;
 }
</style>
background-color css

<style>
 a { background-color: #814177; }

 a { background-color: rgb(129,65,119); }

 div.DivClassName
 {
   background-color: #814177;
 }
 .BgClassName
 {
   background-color: #814177;
 }
</style>
border-color css

<style>
 span { border-color: #814177; }

 span { border-color: rgb(129,65,119); }

 td.TdClassName
 {
   border-color: #814177;
 }
 .TagClassName
 {
   border-color: #814177;
 }
</style>