#8E0C7F

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

Shades of Dark Magenta #8E0C7F

Tints of Dark Magenta #8E0C7F

Color information

#8E0C7F (or 0x8E0C7F) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0C and 7F. RGB value is (142,12,127). Sum of RGB (Red+Green+Blue) = 142+12+127=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C7F is #71F380. Grayscale: #3F3F3F. Windows color (decimal): -7467905 or 8326286. OLE color: 8326286.

HSL color Cylindrical-coordinate representation of color #8E0C7F: hue angle of 306.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C7F is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14212127-
CMYK00.920.110.44
HSL306.92º84.42%30.2%-
HSV(B)306.92º91.55%55.69%-
XYZ15.127.5520.74-
YUV63.98163.57183.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 127 (50% from 255) = 45.20%
R=50.53%
G=4.27%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421212700.920.110.44306.9284.4230.2
Hex8EC7F05CB2C133541e
Octal216141770134135446312436
Binary1000111011001111111010111001011101100100110011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,127); }

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

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

 a { background-color: rgb(142,12,127); }

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

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

 span { border-color: rgb(142,12,127); }

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