#800E95

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

Shades of Dark Magenta #800E95

Tints of Dark Magenta #800E95

Color information

#800E95 (or 0x800E95) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and 95. RGB value is (128,14,149). Sum of RGB (Red+Green+Blue) = 128+14+149=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #800E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E95 is #7FF16A. Grayscale: #3F3F3F. Windows color (decimal): -8384875 or 9768576. OLE color: 9768576.

HSL color Cylindrical-coordinate representation of color #800E95: hue angle of 290.67º 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 #800E95 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12814149-
CMYK0.140.9100.42
HSL290.67º82.82%31.96%-
HSV(B)290.67º90.6%58.43%-
XYZ14.487.0729.04-
YUV63.48176.27174.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=43.99%
G=4.81%
B=51.20%

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
Decimal128141490.140.9100.42290.6782.8231.96
Hex80E95E5B02A1235320
Octal200162251613305244312340
Binary100000001110100101011110101101101010101001000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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