#8B0480

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

Shades of Dark Magenta #8B0480

Tints of Dark Magenta #8B0480

Color information

#8B0480 (or 0x8B0480) is unknown color: approx Dark Magenta. HEX triplet: 8B, 04 and 80. RGB value is (139,4,128). Sum of RGB (Red+Green+Blue) = 139+4+128=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0480 is #74FB7F. Grayscale: #3A3A3A. Windows color (decimal): -7666560 or 8389771. OLE color: 8389771.

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

Color convert

RGB1394128-
CMYK00.970.080.45
HSL304.89º94.41%28.04%-
HSV(B)304.89º97.12%54.51%-
XYZ14.597.1321.03-
YUV58.5167.23185.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=51.29%
G=1.48%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139412800.970.080.45304.8994.4128.04
Hex8B48006182D1315e1c
Octal21342000141105546113634
Binary1000101110010000000011000011000101101100110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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