#814176

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

Shades of Eminence #814176

Tints of Eminence #814176

Color information

#814176 (or 0x814176) is unknown color: approx Eminence. HEX triplet: 81, 41 and 76. RGB value is (129,65,118). Sum of RGB (Red+Green+Blue) = 129+65+118=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #814176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814176 is #7EBE89. Grayscale: #5A5A5A. Windows color (decimal): -8306314 or 7750017. OLE color: 7750017.

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

Color convert

RGB12965118-
CMYK00.500.090.49
HSL310.31º32.99%38.04%-
HSV(B)310.31º49.61%50.59%-
XYZ14.219.7618.27-
YUV90.18143.7155.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=41.35%
G=20.83%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511800.500.090.49310.3132.9938.04
Hex8141760329311362126
Octal20110116606211614664146
Binary100000011000001111011001100101001110001100110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814176; }

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

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

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

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

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

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

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

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