#880E8A

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

Shades of Dark Magenta #880E8A

Tints of Dark Magenta #880E8A

Color information

#880E8A (or 0x880E8A) is unknown color: approx Dark Magenta. HEX triplet: 88, 0E and 8A. RGB value is (136,14,138). Sum of RGB (Red+Green+Blue) = 136+14+138=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #880E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E8A is #77F175. Grayscale: #404040. Windows color (decimal): -7860598 or 9047688. OLE color: 9047688.

HSL color Cylindrical-coordinate representation of color #880E8A: hue angle of 299.03º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E8A is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13614138-
CMYK0.010.9000.46
HSL299.03º81.58%29.8%-
HSV(B)299.03º89.86%54.12%-
XYZ14.97.3824.68-
YUV64.61169.42178.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=47.22%
G=4.86%
B=47.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136141380.010.9000.46299.0381.5829.8
Hex88E8A15A02E12b521e
Octal21016212113205645312236
Binary10001000111010001010110110100101110100101011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880E8A; }

 p { color: rgb(136,14,138); }

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

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

 a { background-color: rgb(136,14,138); }

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

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

 span { border-color: rgb(136,14,138); }

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