#8E0E95

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

Shades of Dark Magenta #8E0E95

Tints of Dark Magenta #8E0E95

Color information

#8E0E95 (or 0x8E0E95) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0E and 95. RGB value is (142,14,149). Sum of RGB (Red+Green+Blue) = 142+14+149=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E0E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E95 is #71F16A. Grayscale: #434343. Windows color (decimal): -7467371 or 9768590. OLE color: 9768590.

HSL color Cylindrical-coordinate representation of color #8E0E95: hue angle of 296.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0E95 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14214149-
CMYK0.050.9100.42
HSL296.89º82.82%31.96%-
HSV(B)296.89º90.6%58.43%-
XYZ16.748.2329.14-
YUV67.66173.91181.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=46.56%
G=4.59%
B=48.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142141490.050.9100.42296.8982.8231.96
Hex8EE9555B02A1295320
Octal21616225513305245112340
Binary10001110111010010101101101101101010101001010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,149); }

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

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

 a { background-color: rgb(142,14,149); }

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

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

 span { border-color: rgb(142,14,149); }

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