#81417F

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

Shades of Eminence #81417F

Tints of Eminence #81417F

Color information

#81417F (or 0x81417F) is unknown color: approx Eminence. HEX triplet: 81, 41 and 7F. RGB value is (129,65,127). Sum of RGB (Red+Green+Blue) = 129+65+127=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81417F is #7EBE80. Grayscale: #5B5B5B. Windows color (decimal): -8306305 or 8339841. OLE color: 8339841.

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

Color convert

RGB12965127-
CMYK00.500.020.49
HSL301.88º32.99%38.04%-
HSV(B)301.88º49.61%50.59%-
XYZ14.779.9821.23-
YUV91.2148.2154.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 127 (50% from 255) = 39.56%
R=40.19%
G=20.25%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296512700.500.020.49301.8832.9938.04
Hex81417F03223112e2126
Octal2011011770622614564146
Binary1000000110000011111111011001010110001100101110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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