#800994

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

Shades of Dark Magenta #800994

Tints of Dark Magenta #800994

Color information

#800994 (or 0x800994) is unknown color: approx Dark Magenta. HEX triplet: 80, 09 and 94. RGB value is (128,9,148). Sum of RGB (Red+Green+Blue) = 128+9+148=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #800994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800994 is #7FF66B. Grayscale: #3B3B3B. Windows color (decimal): -8386156 or 9701760. OLE color: 9701760.

HSL color Cylindrical-coordinate representation of color #800994: hue angle of 291.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800994 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1289148-
CMYK0.140.9400.42
HSL291.37º88.54%30.78%-
HSV(B)291.37º93.92%58.04%-
XYZ14.356.9228.6-
YUV60.43177.42176.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=44.91%
G=3.16%
B=51.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12891480.140.9400.42291.3788.5430.78
Hex80994E5E02A123591f
Octal200112241613605244313137
Binary10000000100110010100111010111100101010100100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800994; }

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

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

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

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

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

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

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

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