#8B0380

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

Shades of Dark Magenta #8B0380

Tints of Dark Magenta #8B0380

Color information

#8B0380 (or 0x8B0380) is unknown color: approx Dark Magenta. HEX triplet: 8B, 03 and 80. RGB value is (139,3,128). Sum of RGB (Red+Green+Blue) = 139+3+128=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0380 is #74FC7F. Grayscale: #393939. Windows color (decimal): -7666816 or 8389515. OLE color: 8389515.

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

Color convert

RGB1393128-
CMYK00.980.080.45
HSL304.85º95.77%27.84%-
HSV(B)304.85º97.84%54.51%-
XYZ14.587.1121.03-
YUV57.91167.56185.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=51.48%
G=1.11%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139312800.980.080.45304.8595.7727.84
Hex8B38006282D131601c
Octal21332000142105546114034
Binary100010111110000000011000101000101101100110001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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