#880D8E

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

Shades of Dark Magenta #880D8E

Tints of Dark Magenta #880D8E

Color information

#880D8E (or 0x880D8E) is unknown color: approx Dark Magenta. HEX triplet: 88, 0D and 8E. RGB value is (136,13,142). Sum of RGB (Red+Green+Blue) = 136+13+142=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #880D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D8E is #77F271. Grayscale: #404040. Windows color (decimal): -7860850 or 9309576. OLE color: 9309576.

HSL color Cylindrical-coordinate representation of color #880D8E: hue angle of 297.21º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880D8E is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13613142-
CMYK0.040.9100.44
HSL297.21º83.23%30.39%-
HSV(B)297.21º90.85%55.69%-
XYZ15.187.4826.23-
YUV64.48171.75179.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=46.74%
G=4.47%
B=48.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136131420.040.9100.44297.2183.2330.39
Hex88D8E45B02C129531e
Octal21015216413305445112336
Binary1000100011011000111010010110110101100100101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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