#803F7E

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

Shades of Eminence #803F7E

Tints of Eminence #803F7E

Color information

#803F7E (or 0x803F7E) is unknown color: approx Eminence. HEX triplet: 80, 3F and 7E. RGB value is (128,63,126). Sum of RGB (Red+Green+Blue) = 128+63+126=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #803F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F7E is #7FC081. Grayscale: #595959. Windows color (decimal): -8372354 or 8273792. OLE color: 8273792.

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

Color convert

RGB12863126-
CMYK00.510.020.50
HSL301.85º34.03%37.45%-
HSV(B)301.85º50.78%50.2%-
XYZ14.459.6520.84-
YUV89.62148.53155.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=40.38%
G=19.87%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286312600.510.020.50301.8534.0337.45
Hex803F7E03323212e2225
Octal200771760632624564245
Binary100000001111111111110011001110110010100101110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,63,126); }

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

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

 a { background-color: rgb(128,63,126); }

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

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

 span { border-color: rgb(128,63,126); }

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