#8B0C80

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

Shades of Dark Magenta #8B0C80

Tints of Dark Magenta #8B0C80

Color information

#8B0C80 (or 0x8B0C80) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0C and 80. RGB value is (139,12,128). Sum of RGB (Red+Green+Blue) = 139+12+128=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C80 is #74F37F. Grayscale: #3E3E3E. Windows color (decimal): -7664512 or 8391819. OLE color: 8391819.

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

Color convert

RGB13912128-
CMYK00.910.080.45
HSL305.2º84.11%29.61%-
HSV(B)305.2º91.37%54.51%-
XYZ14.687.3121.06-
YUV63.2164.58182.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=49.82%
G=4.30%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391212800.910.080.45305.284.1129.61
Hex8BC8005B82D131541e
Octal213142000133105546112436
Binary10001011110010000000010110111000101101100110001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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