#8E0F85

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

Shades of Dark Magenta #8E0F85

Tints of Dark Magenta #8E0F85

Color information

#8E0F85 (or 0x8E0F85) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0F and 85. RGB value is (142,15,133). Sum of RGB (Red+Green+Blue) = 142+15+133=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0F85 is #71F07A. Grayscale: #424242. Windows color (decimal): -7467131 or 8720270. OLE color: 8720270.

HSL color Cylindrical-coordinate representation of color #8E0F85: hue angle of 304.25º 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 #8E0F85 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14215133-
CMYK00.890.060.44
HSL304.25º80.89%30.78%-
HSV(B)304.25º89.44%55.69%-
XYZ15.567.7922.87-
YUV66.42165.58181.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=48.97%
G=5.17%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421513300.890.060.44304.2580.8930.78
Hex8EF8505962C130511f
Octal21617205013165446012137
Binary1000111011111000010101011001110101100100110000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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