#8B0489

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

Shades of Dark Magenta #8B0489

Tints of Dark Magenta #8B0489

Color information

#8B0489 (or 0x8B0489) is unknown color: approx Dark Magenta. HEX triplet: 8B, 04 and 89. RGB value is (139,4,137). Sum of RGB (Red+Green+Blue) = 139+4+137=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0489 is #74FB76. Grayscale: #3B3B3B. Windows color (decimal): -7666551 or 8979595. OLE color: 8979595.

HSL color Cylindrical-coordinate representation of color #8B0489: hue angle of 300.89º 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 #8B0489 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB1394137-
CMYK00.970.010.45
HSL300.89º94.41%28.04%-
HSV(B)300.89º97.12%54.51%-
XYZ15.217.3824.29-
YUV59.53171.73184.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=49.64%
G=1.43%
B=48.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139413700.970.010.45300.8994.4128.04
Hex8B48906112D12d5e1c
Octal2134211014115545513634
Binary1000101110010001001011000011101101100101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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