#81417D

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

Shades of Eminence #81417D

Tints of Eminence #81417D

Color information

#81417D (or 0x81417D) is unknown color: approx Eminence. HEX triplet: 81, 41 and 7D. RGB value is (129,65,125). Sum of RGB (Red+Green+Blue) = 129+65+125=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81417D is #7EBE82. Grayscale: #5A5A5A. Windows color (decimal): -8306307 or 8208769. OLE color: 8208769.

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

Color convert

RGB12965125-
CMYK00.500.030.49
HSL303.75º32.99%38.04%-
HSV(B)303.75º49.61%50.59%-
XYZ14.659.9320.55-
YUV90.98147.2155.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=40.44%
G=20.38%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296512500.500.030.49303.7532.9938.04
Hex81417D0323311302126
Octal2011011750623614604146
Binary1000000110000011111101011001011110001100110000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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