#8A018D

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

Shades of Dark Magenta #8A018D

Tints of Dark Magenta #8A018D

Color information

#8A018D (or 0x8A018D) is unknown color: approx Dark Magenta. HEX triplet: 8A, 01 and 8D. RGB value is (138,1,141). Sum of RGB (Red+Green+Blue) = 138+1+141=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A018D is #75FE72. Grayscale: #393939. Windows color (decimal): -7732851 or 9240970. OLE color: 9240970.

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

Color convert

RGB1381141-
CMYK0.020.9900.45
HSL298.71º98.59%27.84%-
HSV(B)298.71º99.29%55.29%-
XYZ15.37.3525.81-
YUV57.92174.89185.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=49.29%
G=0.36%
B=50.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13811410.020.9900.45298.7198.5927.84
Hex8A18D26302D12b631c
Octal2121215214305545314334
Binary100010101100011011011000110101101100101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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