#80387F

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

Shades of Eminence #80387F

Tints of Eminence #80387F

Color information

#80387F (or 0x80387F) is unknown color: approx Eminence. HEX triplet: 80, 38 and 7F. RGB value is (128,56,127). Sum of RGB (Red+Green+Blue) = 128+56+127=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80387F is #7FC780. Grayscale: #555555. Windows color (decimal): -8374145 or 8337536. OLE color: 8337536.

HSL color Cylindrical-coordinate representation of color #80387F: hue angle of 300.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80387F is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12856127-
CMYK00.560.010.50
HSL300.83º39.13%36.08%-
HSV(B)300.83º56.25%50.2%-
XYZ14.158.9521.06-
YUV85.62151.35158.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 127 (50% from 255) = 40.84%
R=41.16%
G=18.01%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285612700.560.010.50300.8339.1336.08
Hex80387F03813212d2724
Octal200701770701624554744
Binary10000000111000111111101110001110010100101101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80387F; }

 p { color: rgb(128,56,127); }

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

<style>
 a { background-color: #80387F; }

 a { background-color: rgb(128,56,127); }

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

<style>
 span { border-color: #80387F; }

 span { border-color: rgb(128,56,127); }

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