#880185

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

Shades of Dark Magenta #880185

Tints of Dark Magenta #880185

Color information

#880185 (or 0x880185) is unknown color: approx Dark Magenta. HEX triplet: 88, 01 and 85. RGB value is (136,1,133). Sum of RGB (Red+Green+Blue) = 136+1+133=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #880185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880185 is #77FE7A. Grayscale: #383838. Windows color (decimal): -7863931 or 8716680. OLE color: 8716680.

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

Color convert

RGB1361133-
CMYK00.990.020.47
HSL301.33º98.54%26.86%-
HSV(B)301.33º99.26%53.33%-
XYZ14.46.9522.77-
YUV56.41171.23184.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=50.37%
G=0.37%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136113300.990.020.47301.3398.5426.86
Hex8818506322F12d631b
Octal2101205014325745514333
Binary100010001100001010110001110101111100101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880185; }

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

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

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

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

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

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

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

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