#8E1997

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

Shades of Dark Magenta #8E1997

Tints of Dark Magenta #8E1997

Color information

#8E1997 (or 0x8E1997) is unknown color: approx Dark Magenta. HEX triplet: 8E, 19 and 97. RGB value is (142,25,151). Sum of RGB (Red+Green+Blue) = 142+25+151=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1997 is #71E668. Grayscale: #494949. Windows color (decimal): -7464553 or 9902478. OLE color: 9902478.

HSL color Cylindrical-coordinate representation of color #8E1997: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1997 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14225151-
CMYK0.060.8300.41
HSL295.71º71.59%34.51%-
HSV(B)295.71º83.44%59.22%-
XYZ17.098.6830.05-
YUV74.35171.26176.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=44.65%
G=7.86%
B=47.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142251510.060.8300.41295.7171.5934.51
Hex8E19976530291284823
Octal21631227612305145011043
Binary100011101100110010111110101001101010011001010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,151); }

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

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

 a { background-color: rgb(142,25,151); }

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

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

 span { border-color: rgb(142,25,151); }

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