#8A0287

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

Shades of Dark Magenta #8A0287

Tints of Dark Magenta #8A0287

Color information

#8A0287 (or 0x8A0287) is unknown color: approx Dark Magenta. HEX triplet: 8A, 02 and 87. RGB value is (138,2,135). Sum of RGB (Red+Green+Blue) = 138+2+135=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0287 is #75FD78. Grayscale: #393939. Windows color (decimal): -7732601 or 8848010. OLE color: 8848010.

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

Color convert

RGB1382135-
CMYK00.990.020.46
HSL301.32º97.14%27.45%-
HSV(B)301.32º98.55%54.12%-
XYZ14.887.223.53-
YUV57.83171.56185.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=50.18%
G=0.73%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138213500.990.020.46301.3297.1427.45
Hex8A28706322E12d611b
Octal2122207014325645514133
Binary1000101010100001110110001110101110100101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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