#881386

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

Shades of Dark Magenta #881386

Tints of Dark Magenta #881386

Color information

#881386 (or 0x881386) is unknown color: approx Dark Magenta. HEX triplet: 88, 13 and 86. RGB value is (136,19,134). Sum of RGB (Red+Green+Blue) = 136+19+134=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #881386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881386 is #77EC79. Grayscale: #424242. Windows color (decimal): -7859322 or 8786824. OLE color: 8786824.

HSL color Cylindrical-coordinate representation of color #881386: hue angle of 301.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881386 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13619134-
CMYK00.860.010.47
HSL301.03º75.48%30.39%-
HSV(B)301.03º86.03%53.33%-
XYZ14.697.4223.21-
YUV67.09165.76177.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=47.06%
G=6.57%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361913400.860.010.47301.0375.4830.39
Hex88138605612F12d4b1e
Octal21023206012615745511336
Binary100010001001110000110010101101101111100101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881386; }

 p { color: rgb(136,19,134); }

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

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

 a { background-color: rgb(136,19,134); }

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

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

 span { border-color: rgb(136,19,134); }

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