#8A0386

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

Shades of Dark Magenta #8A0386

Tints of Dark Magenta #8A0386

Color information

#8A0386 (or 0x8A0386) is unknown color: approx Dark Magenta. HEX triplet: 8A, 03 and 86. RGB value is (138,3,134). Sum of RGB (Red+Green+Blue) = 138+3+134=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0386 is #75FC79. Grayscale: #393939. Windows color (decimal): -7732346 or 8782730. OLE color: 8782730.

HSL color Cylindrical-coordinate representation of color #8A0386: hue angle of 301.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0386 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB1383134-
CMYK00.980.030.46
HSL301.78º95.74%27.65%-
HSV(B)301.78º97.83%54.12%-
XYZ14.827.1923.16-
YUV58.3170.73184.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=50.18%
G=1.09%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138313400.980.030.46301.7895.7427.65
Hex8A38606232E12e601c
Octal2123206014235645614034
Binary1000101011100001100110001011101110100101110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,134); }

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

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

 a { background-color: rgb(138,3,134); }

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

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

 span { border-color: rgb(138,3,134); }

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