#800591

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

Shades of Dark Magenta #800591

Tints of Dark Magenta #800591

Color information

#800591 (or 0x800591) is unknown color: approx Dark Magenta. HEX triplet: 80, 05 and 91. RGB value is (128,5,145). Sum of RGB (Red+Green+Blue) = 128+5+145=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #800591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800591 is #7FFA6E. Grayscale: #393939. Windows color (decimal): -8387183 or 9504128. OLE color: 9504128.

HSL color Cylindrical-coordinate representation of color #800591: hue angle of 292.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800591 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1285145-
CMYK0.120.9700.43
HSL292.71º93.33%29.41%-
HSV(B)292.71º96.55%56.86%-
XYZ14.076.7427.35-
YUV57.74177.25178.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=46.04%
G=1.80%
B=52.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12851450.120.9700.43292.7193.3329.41
Hex80591C6102B1255d1d
Octal20052211414105344513535
Binary1000000010110010001110011000010101011100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800591; }

 p { color: rgb(128,5,145); }

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

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

 a { background-color: rgb(128,5,145); }

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

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

 span { border-color: rgb(128,5,145); }

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