#8E0F84

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

Shades of Dark Magenta #8E0F84

Tints of Dark Magenta #8E0F84

Color information

#8E0F84 (or 0x8E0F84) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0F and 84. RGB value is (142,15,132). Sum of RGB (Red+Green+Blue) = 142+15+132=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0F84 is #71F07B. Grayscale: #414141. Windows color (decimal): -7467132 or 8654734. OLE color: 8654734.

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

Color convert

RGB14215132-
CMYK00.890.070.44
HSL304.72º80.89%30.78%-
HSV(B)304.72º89.44%55.69%-
XYZ15.497.7622.51-
YUV66.31165.08181.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=49.13%
G=5.19%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421513200.890.070.44304.7280.8930.78
Hex8EF8405972C131511f
Octal21617204013175446112137
Binary1000111011111000010001011001111101100100110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,132); }

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

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

 a { background-color: rgb(142,15,132); }

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

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

 span { border-color: rgb(142,15,132); }

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