#8E1A93

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

Shades of Dark Magenta #8E1A93

Tints of Dark Magenta #8E1A93

Color information

#8E1A93 (or 0x8E1A93) is unknown color: approx Dark Magenta. HEX triplet: 8E, 1A and 93. RGB value is (142,26,147). Sum of RGB (Red+Green+Blue) = 142+26+147=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1A93 is #71E56C. Grayscale: #4A4A4A. Windows color (decimal): -7464301 or 9640590. OLE color: 9640590.

HSL color Cylindrical-coordinate representation of color #8E1A93: hue angle of 297.52º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A93 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14226147-
CMYK0.030.8200.42
HSL297.52º69.94%33.92%-
HSV(B)297.52º82.31%57.65%-
XYZ16.798.628.38-
YUV74.48168.93176.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=45.08%
G=8.25%
B=46.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142261470.030.8200.42297.5269.9433.92
Hex8E1A9335202A12a4622
Octal21632223312205245210642
Binary10001110110101001001111101001001010101001010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,147); }

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

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

 a { background-color: rgb(142,26,147); }

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

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

 span { border-color: rgb(142,26,147); }

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