#880290

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

Shades of Dark Magenta #880290

Tints of Dark Magenta #880290

Color information

#880290 (or 0x880290) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 90. RGB value is (136,2,144). Sum of RGB (Red+Green+Blue) = 136+2+144=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #880290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880290 is #77FD6F. Grayscale: #393939. Windows color (decimal): -7863664 or 9437832. OLE color: 9437832.

HSL color Cylindrical-coordinate representation of color #880290: hue angle of 296.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880290 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1362144-
CMYK0.060.9900.44
HSL296.62º97.26%28.63%-
HSV(B)296.62º98.61%56.47%-
XYZ15.217.2926.99-
YUV58.25176.39183.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=48.23%
G=0.71%
B=51.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13621440.060.9900.44296.6297.2628.63
Hex8829066302C129611d
Octal2102220614305445114135
Binary10001000101001000011011000110101100100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880290; }

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

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

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

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

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

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

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

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