#8A0D89

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

Shades of Dark Magenta #8A0D89

Tints of Dark Magenta #8A0D89

Color information

#8A0D89 (or 0x8A0D89) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0D and 89. RGB value is (138,13,137). Sum of RGB (Red+Green+Blue) = 138+13+137=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0D89 is #75F276. Grayscale: #404040. Windows color (decimal): -7729783 or 8981898. OLE color: 8981898.

HSL color Cylindrical-coordinate representation of color #8A0D89: hue angle of 300.48º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D89 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13813137-
CMYK00.910.010.46
HSL300.48º82.78%29.61%-
HSV(B)300.48º90.58%54.12%-
XYZ15.147.524.32-
YUV64.51168.91180.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 13 (5.47% from 255) = 4.51%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=47.92%
G=4.51%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381313700.910.010.46300.4882.7829.61
Hex8AD8905B12E12c531e
Octal21215211013315645412336
Binary10001010110110001001010110111101110100101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,137); }

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

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

 a { background-color: rgb(138,13,137); }

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

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

 span { border-color: rgb(138,13,137); }

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