#81387C

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

Shades of Eminence #81387C

Tints of Eminence #81387C

Color information

#81387C (or 0x81387C) is unknown color: approx Eminence. HEX triplet: 81, 38 and 7C. RGB value is (129,56,124). Sum of RGB (Red+Green+Blue) = 129+56+124=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81387C is #7EC783. Grayscale: #555555. Windows color (decimal): -8308612 or 8140929. OLE color: 8140929.

HSL color Cylindrical-coordinate representation of color #81387C: hue angle of 304.11º 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 #81387C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12956124-
CMYK00.570.040.49
HSL304.11º39.46%36.27%-
HSV(B)304.11º56.59%50.59%-
XYZ14.118.9520.05-
YUV85.58149.68158.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=41.75%
G=18.12%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295612400.570.040.49304.1139.4636.27
Hex81387C0394311302724
Octal201701740714614604744
Binary1000000111100011111000111001100110001100110000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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