#8B0C86

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

Shades of Dark Magenta #8B0C86

Tints of Dark Magenta #8B0C86

Color information

#8B0C86 (or 0x8B0C86) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0C and 86. RGB value is (139,12,134). Sum of RGB (Red+Green+Blue) = 139+12+134=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C86 is #74F379. Grayscale: #3F3F3F. Windows color (decimal): -7664506 or 8785035. OLE color: 8785035.

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

Color convert

RGB13912134-
CMYK00.910.040.45
HSL302.36º84.11%29.61%-
HSV(B)302.36º91.37%54.51%-
XYZ15.087.4723.2-
YUV63.88167.58181.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=48.77%
G=4.21%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391213400.910.040.45302.3684.1129.61
Hex8BC8605B42D12e541e
Octal21314206013345545612436
Binary1000101111001000011001011011100101101100101110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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