#880187

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

Shades of Dark Magenta #880187

Tints of Dark Magenta #880187

Color information

#880187 (or 0x880187) is unknown color: approx Dark Magenta. HEX triplet: 88, 01 and 87. RGB value is (136,1,135). Sum of RGB (Red+Green+Blue) = 136+1+135=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880187 is #77FE78. Grayscale: #383838. Windows color (decimal): -7863929 or 8847752. OLE color: 8847752.

HSL color Cylindrical-coordinate representation of color #880187: hue angle of 300.44º 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 #880187 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB1361135-
CMYK00.990.010.47
HSL300.44º98.54%26.86%-
HSV(B)300.44º99.26%53.33%-
XYZ14.547.0123.51-
YUV56.64172.23184.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=50%
G=0.37%
B=49.63%

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
Decimal136113500.990.010.47300.4498.5426.86
Hex8818706312F12c631b
Octal2101207014315745414333
Binary10001000110000111011000111101111100101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880187; }

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

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

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

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

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

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

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

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