#8B0B80

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

Shades of Dark Magenta #8B0B80

Tints of Dark Magenta #8B0B80

Color information

#8B0B80 (or 0x8B0B80) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0B and 80. RGB value is (139,11,128). Sum of RGB (Red+Green+Blue) = 139+11+128=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B80 is #74F47F. Grayscale: #3E3E3E. Windows color (decimal): -7664768 or 8391563. OLE color: 8391563.

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

Color convert

RGB13911128-
CMYK00.920.080.45
HSL305.16º85.33%29.41%-
HSV(B)305.16º92.09%54.51%-
XYZ14.667.2921.06-
YUV62.61164.91182.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=50%
G=3.96%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391112800.920.080.45305.1685.3329.41
Hex8BB8005C82D131551d
Octal213132000134105546112535
Binary10001011101110000000010111001000101101100110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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