#880E9D

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

Shades of Dark Magenta #880E9D

Tints of Dark Magenta #880E9D

Color information

#880E9D (or 0x880E9D) is unknown color: approx Dark Magenta. HEX triplet: 88, 0E and 9D. RGB value is (136,14,157). Sum of RGB (Red+Green+Blue) = 136+14+157=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #880E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E9D is #77F162. Grayscale: #424242. Windows color (decimal): -7860579 or 10292872. OLE color: 10292872.

HSL color Cylindrical-coordinate representation of color #880E9D: hue angle of 291.19º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880E9D is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13614157-
CMYK0.130.9100.38
HSL291.19º83.63%33.53%-
HSV(B)291.19º91.08%61.57%-
XYZ16.47.9832.57-
YUV66.78178.92177.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=44.30%
G=4.56%
B=51.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136141570.130.9100.38291.1983.6333.53
Hex88E9DD5B0261235422
Octal210162351513304644312442
Binary100010001110100111011101101101101001101001000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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