#8A0388

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

Shades of Dark Magenta #8A0388

Tints of Dark Magenta #8A0388

Color information

#8A0388 (or 0x8A0388) is unknown color: approx Dark Magenta. HEX triplet: 8A, 03 and 88. RGB value is (138,3,136). Sum of RGB (Red+Green+Blue) = 138+3+136=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0388 is #75FC77. Grayscale: #3A3A3A. Windows color (decimal): -7732344 or 8913802. OLE color: 8913802.

HSL color Cylindrical-coordinate representation of color #8A0388: hue angle of 300.89º 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 #8A0388 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB1383136-
CMYK00.980.010.46
HSL300.89º95.74%27.65%-
HSV(B)300.89º97.83%54.12%-
XYZ14.967.2523.9-
YUV58.53171.73184.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=49.82%
G=1.08%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138313600.980.010.46300.8995.7427.65
Hex8A38806212E12d601c
Octal2123210014215645514034
Binary100010101110001000011000101101110100101101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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