#881A8E

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

Shades of Dark Magenta #881A8E

Tints of Dark Magenta #881A8E

Color information

#881A8E (or 0x881A8E) is unknown color: approx Dark Magenta. HEX triplet: 88, 1A and 8E. RGB value is (136,26,142). Sum of RGB (Red+Green+Blue) = 136+26+142=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #881A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A8E is #77E571. Grayscale: #474747. Windows color (decimal): -7857522 or 9312904. OLE color: 9312904.

HSL color Cylindrical-coordinate representation of color #881A8E: hue angle of 296.9º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881A8E is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13626142-
CMYK0.040.8200.44
HSL296.9º69.05%32.94%-
HSV(B)296.9º81.69%55.69%-
XYZ15.417.9326.31-
YUV72.11167.44173.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=44.74%
G=8.55%
B=46.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136261420.040.8200.44296.969.0532.94
Hex881A8E45202C1294521
Octal21032216412205445110541
Binary100010001101010001110100101001001011001001010011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881A8E; }

 p { color: rgb(136,26,142); }

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

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

 a { background-color: rgb(136,26,142); }

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

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

 span { border-color: rgb(136,26,142); }

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