#880287

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

Shades of Dark Magenta #880287

Tints of Dark Magenta #880287

Color information

#880287 (or 0x880287) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 87. RGB value is (136,2,135). Sum of RGB (Red+Green+Blue) = 136+2+135=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880287 is #77FD78. Grayscale: #383838. Windows color (decimal): -7863673 or 8848008. OLE color: 8848008.

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

Color convert

RGB1362135-
CMYK00.990.010.47
HSL300.45º97.1%27.06%-
HSV(B)300.45º98.53%53.33%-
XYZ14.557.0323.51-
YUV57.23171.89184.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=49.82%
G=0.73%
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
Decimal136213500.990.010.47300.4597.127.06
Hex8828706312F12c611b
Octal2102207014315745414133
Binary100010001010000111011000111101111100101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880287; }

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

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

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

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

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

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

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

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