#803e7f

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

Shades of Eminence #803E7F

Tints of Eminence #803E7F

Color information

#803E7F (or 0x803E7F) is unknown color: approx Eminence. HEX triplet: 80, 3E and 7F. RGB value is (128,62,127). Sum of RGB (Red+Green+Blue) = 128+62+127=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #803E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E7F is #7FC180. Grayscale: #585858. Windows color (decimal): -8372609 or 8339072. OLE color: 8339072.

HSL color Cylindrical-coordinate representation of color #803E7F: hue angle of 300.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E7F is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12862127-
CMYK00.520.010.50
HSL300.91º34.74%37.25%-
HSV(B)300.91º51.56%50.2%-
XYZ14.469.5721.16-
YUV89.14149.37155.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 127 (50% from 255) = 40.06%
R=40.38%
G=19.56%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286212700.520.010.50300.9134.7437.25
Hex803E7F03413212d2325
Octal200761770641624554345
Binary10000000111110111111101101001110010100101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803e7f; }

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

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

<style>
 a { background-color: #803e7f; }

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

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

<style>
 span { border-color: #803e7f; }

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

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