#8A008D

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

Shades of Dark Magenta #8A008D

Tints of Dark Magenta #8A008D

Color information

#8A008D (or 0x8A008D) is unknown color: approx Dark Magenta. HEX triplet: 8A, 00 and 8D. RGB value is (138,0,141). Sum of RGB (Red+Green+Blue) = 138+0+141=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A008D is #75FF72. Grayscale: #383838. Windows color (decimal): -7733107 or 9240714. OLE color: 9240714.

HSL color Cylindrical-coordinate representation of color #8A008D: hue angle of 298.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A008D is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1380141-
CMYK0.02100.45
HSL298.72º100%27.65%-
HSV(B)298.72º100%55.29%-
XYZ15.297.3325.81-
YUV57.34175.22185.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=49.46%
G=0%
B=50.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13801410.02100.45298.7210027.65
Hex8A08D26402D12b641c
Octal2120215214405545314434
Binary100010100100011011011001000101101100101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,141); }

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

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

 a { background-color: rgb(138,0,141); }

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

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

 span { border-color: rgb(138,0,141); }

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