#8B0880

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

Shades of Dark Magenta #8B0880

Tints of Dark Magenta #8B0880

Color information

#8B0880 (or 0x8B0880) is unknown color: approx Dark Magenta. HEX triplet: 8B, 08 and 80. RGB value is (139,8,128). Sum of RGB (Red+Green+Blue) = 139+8+128=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0880 is #74F77F. Grayscale: #3C3C3C. Windows color (decimal): -7665536 or 8390795. OLE color: 8390795.

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

Color convert

RGB1398128-
CMYK00.940.080.45
HSL305.04º89.12%28.82%-
HSV(B)305.04º94.24%54.51%-
XYZ14.637.2221.04-
YUV60.85165.9183.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=50.55%
G=2.91%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139812800.940.080.45305.0489.1228.82
Hex8B88005E82D131591d
Octal213102000136105546113135
Binary10001011100010000000010111101000101101100110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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