#81417B

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

Shades of Eminence #81417B

Tints of Eminence #81417B

Color information

#81417B (or 0x81417B) is unknown color: approx Eminence. HEX triplet: 81, 41 and 7B. RGB value is (129,65,123). Sum of RGB (Red+Green+Blue) = 129+65+123=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81417B is #7EBE84. Grayscale: #5A5A5A. Windows color (decimal): -8306309 or 8077697. OLE color: 8077697.

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

Color convert

RGB12965123-
CMYK00.500.050.49
HSL305.62º32.99%38.04%-
HSV(B)305.62º49.61%50.59%-
XYZ14.529.8819.88-
YUV90.75146.2155.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=40.69%
G=20.50%
B=38.80%

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
Decimal1296512300.500.050.49305.6232.9938.04
Hex81417B0325311322126
Octal2011011730625614624146
Binary10000001100000111110110110010101110001100110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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