#880186

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

Shades of Dark Magenta #880186

Tints of Dark Magenta #880186

Color information

#880186 (or 0x880186) is unknown color: approx Dark Magenta. HEX triplet: 88, 01 and 86. RGB value is (136,1,134). Sum of RGB (Red+Green+Blue) = 136+1+134=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880186 is #77FE79. Grayscale: #383838. Windows color (decimal): -7863930 or 8782216. OLE color: 8782216.

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

Color convert

RGB1361134-
CMYK00.990.010.47
HSL300.89º98.54%26.86%-
HSV(B)300.89º99.26%53.33%-
XYZ14.476.9823.14-
YUV56.53171.73184.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=50.18%
G=0.37%
B=49.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136113400.990.010.47300.8998.5426.86
Hex8818606312F12d631b
Octal2101206014315745514333
Binary10001000110000110011000111101111100101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880186; }

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

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

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

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

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

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

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

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