#881590

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

Shades of Dark Magenta #881590

Tints of Dark Magenta #881590

Color information

#881590 (or 0x881590) is unknown color: approx Dark Magenta. HEX triplet: 88, 15 and 90. RGB value is (136,21,144). Sum of RGB (Red+Green+Blue) = 136+21+144=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #881590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881590 is #77EA6F. Grayscale: #454545. Windows color (decimal): -7858800 or 9442696. OLE color: 9442696.

HSL color Cylindrical-coordinate representation of color #881590: hue angle of 296.1º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881590 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13621144-
CMYK0.060.8500.44
HSL296.1º74.55%32.35%-
HSV(B)296.1º85.42%56.47%-
XYZ15.467.7827.07-
YUV69.41170.1175.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=45.18%
G=6.98%
B=47.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136211440.060.8500.44296.174.5532.35
Hex88159065502C1284b20
Octal21025220612505445011340
Binary100010001010110010000110101010101011001001010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881590; }

 p { color: rgb(136,21,144); }

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

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

 a { background-color: rgb(136,21,144); }

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

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

 span { border-color: rgb(136,21,144); }

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