#803F7F

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

Shades of Eminence #803F7F

Tints of Eminence #803F7F

Color information

#803F7F (or 0x803F7F) is unknown color: approx Eminence. HEX triplet: 80, 3F and 7F. RGB value is (128,63,127). Sum of RGB (Red+Green+Blue) = 128+63+127=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #803F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F7F is #7FC080. Grayscale: #595959. Windows color (decimal): -8372353 or 8339328. OLE color: 8339328.

HSL color Cylindrical-coordinate representation of color #803F7F: hue angle of 300.92º 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 #803F7F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12863127-
CMYK00.510.010.50
HSL300.92º34.03%37.45%-
HSV(B)300.92º50.78%50.2%-
XYZ14.519.6821.18-
YUV89.73149.03155.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 127 (50% from 255) = 39.94%
R=40.25%
G=19.81%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286312700.510.010.50300.9234.0337.45
Hex803F7F03313212d2225
Octal200771770631624554245
Binary10000000111111111111101100111110010100101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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