#800890

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

Shades of Dark Magenta #800890

Tints of Dark Magenta #800890

Color information

#800890 (or 0x800890) is unknown color: approx Dark Magenta. HEX triplet: 80, 08 and 90. RGB value is (128,8,144). Sum of RGB (Red+Green+Blue) = 128+8+144=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #800890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800890 is #7FF76F. Grayscale: #3A3A3A. Windows color (decimal): -8386416 or 9439360. OLE color: 9439360.

HSL color Cylindrical-coordinate representation of color #800890: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800890 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1288144-
CMYK0.110.9400.44
HSL292.94º89.47%29.8%-
HSV(B)292.94º94.44%56.47%-
XYZ14.026.7826.95-
YUV59.38175.76176.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=45.71%
G=2.86%
B=51.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12881440.110.9400.44292.9489.4729.8
Hex80890B5E02C125591e
Octal200102201313605444513136
Binary10000000100010010000101110111100101100100100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800890; }

 p { color: rgb(128,8,144); }

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

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

 a { background-color: rgb(128,8,144); }

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

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

 span { border-color: rgb(128,8,144); }

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