#8A1487

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

Shades of Dark Magenta #8A1487

Tints of Dark Magenta #8A1487

Color information

#8A1487 (or 0x8A1487) is unknown color: approx Dark Magenta. HEX triplet: 8A, 14 and 87. RGB value is (138,20,135). Sum of RGB (Red+Green+Blue) = 138+20+135=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1487 is #75EB78. Grayscale: #444444. Windows color (decimal): -7727993 or 8852618. OLE color: 8852618.

HSL color Cylindrical-coordinate representation of color #8A1487: hue angle of 301.53º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1487 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13820135-
CMYK00.860.020.46
HSL301.53º74.68%30.98%-
HSV(B)301.53º85.51%54.12%-
XYZ15.17.6523.6-
YUV68.39165.59177.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=47.10%
G=6.83%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382013500.860.020.46301.5374.6830.98
Hex8A148705622E12e4b1f
Octal21224207012625645611337
Binary1000101010100100001110101011010101110100101110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,135); }

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

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

 a { background-color: rgb(138,20,135); }

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

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

 span { border-color: rgb(138,20,135); }

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