#81397E

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

Shades of Eminence #81397E

Tints of Eminence #81397E

Color information

#81397E (or 0x81397E) is unknown color: approx Eminence. HEX triplet: 81, 39 and 7E. RGB value is (129,57,126). Sum of RGB (Red+Green+Blue) = 129+57+126=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #81397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81397E is #7EC681. Grayscale: #565656. Windows color (decimal): -8308354 or 8272257. OLE color: 8272257.

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

Color convert

RGB12957126-
CMYK00.560.020.49
HSL302.5º38.71%36.47%-
HSV(B)302.5º55.81%50.59%-
XYZ14.289.120.74-
YUV86.39150.35158.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=41.35%
G=18.27%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295712600.560.020.49302.538.7136.47
Hex81397E03823112e2724
Octal201711760702614564744
Binary100000011110011111110011100010110001100101110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81397E; }

 p { color: rgb(129,57,126); }

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

<style>
 a { background-color: #81397E; }

 a { background-color: rgb(129,57,126); }

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

<style>
 span { border-color: #81397E; }

 span { border-color: rgb(129,57,126); }

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