#8E0882

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

Shades of Dark Magenta #8E0882

Tints of Dark Magenta #8E0882

Color information

#8E0882 (or 0x8E0882) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 82. RGB value is (142,8,130). Sum of RGB (Red+Green+Blue) = 142+8+130=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0882 is #71F77D. Grayscale: #3D3D3D. Windows color (decimal): -7468926 or 8521870. OLE color: 8521870.

HSL color Cylindrical-coordinate representation of color #8E0882: hue angle of 305.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0882 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB1428130-
CMYK00.940.080.44
HSL305.37º89.33%29.41%-
HSV(B)305.37º94.37%55.69%-
XYZ15.277.5421.77-
YUV61.97166.39185.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=50.71%
G=2.86%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142813000.940.080.44305.3789.3329.41
Hex8E88205E82C131591d
Octal216102020136105446113135
Binary10001110100010000010010111101000101100100110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,130); }

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

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

 a { background-color: rgb(142,8,130); }

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

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

 span { border-color: rgb(142,8,130); }

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