#800E94

Color #800E94 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #800E94

Tints of Dark Magenta #800E94

Color information

#800E94 (or 0x800E94) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and 94. RGB value is (128,14,148). Sum of RGB (Red+Green+Blue) = 128+14+148=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #800E94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E94 is #7FF16B. Grayscale: #3E3E3E. Windows color (decimal): -8384876 or 9703040. OLE color: 9703040.

HSL color Cylindrical-coordinate representation of color #800E94: hue angle of 291.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800E94 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12814148-
CMYK0.140.9100.42
HSL291.04º82.72%31.76%-
HSV(B)291.04º90.54%58.04%-
XYZ14.47.0428.62-
YUV63.36175.77174.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=44.14%
G=4.83%
B=51.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128141480.140.9100.42291.0482.7231.76
Hex80E94E5B02A1235320
Octal200162241613305244312340
Binary100000001110100101001110101101101010101001000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E94; }

 p { color: rgb(128,14,148); }

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

<style>
 a { background-color: #800E94; }

 a { background-color: rgb(128,14,148); }

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

<style>
 span { border-color: #800E94; }

 span { border-color: rgb(128,14,148); }

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