#8B1386

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

Shades of Dark Magenta #8B1386

Tints of Dark Magenta #8B1386

Color information

#8B1386 (or 0x8B1386) is unknown color: approx Dark Magenta. HEX triplet: 8B, 13 and 86. RGB value is (139,19,134). Sum of RGB (Red+Green+Blue) = 139+19+134=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1386 is #74EC79. Grayscale: #434343. Windows color (decimal): -7662714 or 8786827. OLE color: 8786827.

HSL color Cylindrical-coordinate representation of color #8B1386: hue angle of 302.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1386 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13919134-
CMYK00.860.040.45
HSL302.5º75.95%30.98%-
HSV(B)302.5º86.33%54.51%-
XYZ15.187.6823.24-
YUV67.99165.26178.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=47.60%
G=6.51%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391913400.860.040.45302.575.9530.98
Hex8B138605642D12e4c1f
Octal21323206012645545611437
Binary10001011100111000011001010110100101101100101110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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