#880489

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

Shades of Dark Magenta #880489

Tints of Dark Magenta #880489

Color information

#880489 (or 0x880489) is unknown color: approx Dark Magenta. HEX triplet: 88, 04 and 89. RGB value is (136,4,137). Sum of RGB (Red+Green+Blue) = 136+4+137=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #880489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880489 is #77FB76. Grayscale: #3A3A3A. Windows color (decimal): -7863159 or 8979592. OLE color: 8979592.

HSL color Cylindrical-coordinate representation of color #880489: hue angle of 299.55º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880489 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1364137-
CMYK0.010.9700.46
HSL299.55º94.33%27.65%-
HSV(B)299.55º97.08%53.73%-
XYZ14.717.1324.27-
YUV58.63172.23183.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=49.10%
G=1.44%
B=49.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13641370.010.9700.46299.5594.3327.65
Hex8848916102E12c5e1c
Octal2104211114105645413634
Binary1000100010010001001111000010101110100101100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880489; }

 p { color: rgb(136,4,137); }

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

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

 a { background-color: rgb(136,4,137); }

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

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

 span { border-color: rgb(136,4,137); }

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