#8E0281

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

Shades of Dark Magenta #8E0281

Tints of Dark Magenta #8E0281

Color information

#8E0281 (or 0x8E0281) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and 81. RGB value is (142,2,129). Sum of RGB (Red+Green+Blue) = 142+2+129=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0281 is #71FD7E. Grayscale: #393939. Windows color (decimal): -7470463 or 8454798. OLE color: 8454798.

HSL color Cylindrical-coordinate representation of color #8E0281: hue angle of 305.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0281 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB1422129-
CMYK00.990.090.44
HSL305.57º97.22%28.24%-
HSV(B)305.57º98.59%55.69%-
XYZ15.147.3821.4-
YUV58.34167.88187.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=52.01%
G=0.73%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142212900.990.090.44305.5797.2228.24
Hex8E28106392C132611c
Octal21622010143115446214134
Binary100011101010000001011000111001101100100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,129); }

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

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

 a { background-color: rgb(142,2,129); }

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

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

 span { border-color: rgb(142,2,129); }

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