#8E1B93

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

Shades of Dark Magenta #8E1B93

Tints of Dark Magenta #8E1B93

Color information

#8E1B93 (or 0x8E1B93) is unknown color: approx Dark Magenta. HEX triplet: 8E, 1B and 93. RGB value is (142,27,147). Sum of RGB (Red+Green+Blue) = 142+27+147=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E1B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B93 is #71E46C. Grayscale: #4A4A4A. Windows color (decimal): -7464045 or 9640846. OLE color: 9640846.

HSL color Cylindrical-coordinate representation of color #8E1B93: hue angle of 297.5º degrees, saturation: 0.69, 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 #8E1B93 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14227147-
CMYK0.030.8200.42
HSL297.5º68.97%34.12%-
HSV(B)297.5º81.63%57.65%-
XYZ16.818.6428.39-
YUV75.06168.6175.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 27 (10.94% from 255) = 8.54%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=44.94%
G=8.54%
B=46.52%

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
Decimal142271470.030.8200.42297.568.9734.12
Hex8E1B9335202A12a4522
Octal21633223312205245210542
Binary10001110110111001001111101001001010101001010101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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