#81417A

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

Shades of Eminence #81417A

Tints of Eminence #81417A

Color information

#81417A (or 0x81417A) is unknown color: approx Eminence. HEX triplet: 81, 41 and 7A. RGB value is (129,65,122). Sum of RGB (Red+Green+Blue) = 129+65+122=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #81417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81417A is #7EBE85. Grayscale: #5A5A5A. Windows color (decimal): -8306310 or 8012161. OLE color: 8012161.

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

Color convert

RGB12965122-
CMYK00.500.050.49
HSL306.56º32.99%38.04%-
HSV(B)306.56º49.61%50.59%-
XYZ14.469.8519.55-
YUV90.63145.7155.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=40.82%
G=20.57%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296512200.500.050.49306.5632.9938.04
Hex81417A0325311332126
Octal2011011720625614634146
Binary10000001100000111110100110010101110001100110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81417A; }

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

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

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

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

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

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

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

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