#80008B

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

Shades of Dark Magenta #80008B

Tints of Dark Magenta #80008B

Color information

#80008B (or 0x80008B) is unknown color: approx Dark Magenta. HEX triplet: 80, 00 and 8B. RGB value is (128,0,139). Sum of RGB (Red+Green+Blue) = 128+0+139=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #80008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80008B is #7FFF74. Grayscale: #353535. Windows color (decimal): -8388469 or 9109632. OLE color: 9109632.

HSL color Cylindrical-coordinate representation of color #80008B: hue angle of 295.25º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80008B is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1280139-
CMYK0.08100.45
HSL295.25º100%27.25%-
HSV(B)295.25º100%54.51%-
XYZ13.566.4524.96-
YUV54.12175.91180.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=47.94%
G=0%
B=52.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12801390.08100.45295.2510027.25
Hex8008B86402D127641b
Octal20002131014405544714433
Binary10000000010001011100011001000101101100100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80008B; }

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

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

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

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

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

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

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

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