#80397c

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

Shades of Eminence #80397C

Tints of Eminence #80397C

Color information

#80397C (or 0x80397C) is unknown color: approx Eminence. HEX triplet: 80, 39 and 7C. RGB value is (128,57,124). Sum of RGB (Red+Green+Blue) = 128+57+124=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80397C is #7FC683. Grayscale: #555555. Windows color (decimal): -8373892 or 8141184. OLE color: 8141184.

HSL color Cylindrical-coordinate representation of color #80397C: hue angle of 303.38º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80397C is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12857124-
CMYK00.550.030.50
HSL303.38º38.38%36.27%-
HSV(B)303.38º55.47%50.2%-
XYZ148.9720.06-
YUV85.87149.52158.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=41.42%
G=18.45%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285712400.550.030.50303.3838.3836.27
Hex80397C03733212f2624
Octal200711740673624574644
Binary100000001110011111100011011111110010100101111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80397c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80397c; }

 p { color: rgb(128,57,124); }

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

<style>
 a { background-color: #80397c; }

 a { background-color: rgb(128,57,124); }

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

<style>
 span { border-color: #80397c; }

 span { border-color: rgb(128,57,124); }

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