#8C0489

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

Shades of Dark Magenta #8C0489

Tints of Dark Magenta #8C0489

Color information

#8C0489 (or 0x8C0489) is unknown color: approx Dark Magenta. HEX triplet: 8C, 04 and 89. RGB value is (140,4,137). Sum of RGB (Red+Green+Blue) = 140+4+137=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0489 is #73FB76. Grayscale: #3B3B3B. Windows color (decimal): -7601015 or 8979596. OLE color: 8979596.

HSL color Cylindrical-coordinate representation of color #8C0489: hue angle of 301.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0489 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB1404137-
CMYK00.970.020.45
HSL301.32º94.44%28.24%-
HSV(B)301.32º97.14%54.9%-
XYZ15.377.4724.3-
YUV59.83171.56185.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=49.82%
G=1.42%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140413700.970.020.45301.3294.4428.24
Hex8C48906122D12d5e1c
Octal2144211014125545513634
Binary10001100100100010010110000110101101100101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0489; }

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

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

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

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

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

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

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

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