#8B0082

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

Shades of Dark Magenta #8B0082

Tints of Dark Magenta #8B0082

Color information

#8B0082 (or 0x8B0082) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 82. RGB value is (139,0,130). Sum of RGB (Red+Green+Blue) = 139+0+130=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0082 is #74FF7D. Grayscale: #383838. Windows color (decimal): -7667582 or 8519819. OLE color: 8519819.

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

Color convert

RGB1390130-
CMYK010.060.45
HSL303.88º100%27.25%-
HSV(B)303.88º100%54.51%-
XYZ14.687.121.72-
YUV56.38169.55186.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=51.67%
G=0%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1390130010.060.45303.8810027.25
Hex8B08206462D130641b
Octal2130202014465546014433
Binary1000101101000001001100100110101101100110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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