#81387D

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

Shades of Eminence #81387D

Tints of Eminence #81387D

Color information

#81387D (or 0x81387D) is unknown color: approx Eminence. HEX triplet: 81, 38 and 7D. RGB value is (129,56,125). Sum of RGB (Red+Green+Blue) = 129+56+125=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81387D is #7EC782. Grayscale: #555555. Windows color (decimal): -8308611 or 8206465. OLE color: 8206465.

HSL color Cylindrical-coordinate representation of color #81387D: hue angle of 303.29º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81387D is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12956125-
CMYK00.570.030.49
HSL303.29º39.46%36.27%-
HSV(B)303.29º56.59%50.59%-
XYZ14.178.9820.39-
YUV85.69150.18158.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=41.61%
G=18.06%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295612500.570.030.49303.2939.4636.27
Hex81387D03933112f2724
Octal201701750713614574744
Binary100000011110001111101011100111110001100101111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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