#8E189D

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

Shades of Dark Magenta #8E189D

Tints of Dark Magenta #8E189D

Color information

#8E189D (or 0x8E189D) is unknown color: approx Dark Magenta. HEX triplet: 8E, 18 and 9D. RGB value is (142,24,157). Sum of RGB (Red+Green+Blue) = 142+24+157=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E189D is #71E762. Grayscale: #4A4A4A. Windows color (decimal): -7464803 or 10295438. OLE color: 10295438.

HSL color Cylindrical-coordinate representation of color #8E189D: hue angle of 293.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E189D is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14224157-
CMYK0.100.8500.38
HSL293.23º73.48%35.49%-
HSV(B)293.23º84.71%61.57%-
XYZ17.578.8432.68-
YUV74.44174.59176.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 24 (9.77% from 255) = 7.43%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=43.96%
G=7.43%
B=48.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142241570.100.8500.38293.2373.4835.49
Hex8E189DA550261254923
Octal216302351212504644511143
Binary1000111011000100111011010101010101001101001001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,157); }

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

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

 a { background-color: rgb(142,24,157); }

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

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

 span { border-color: rgb(142,24,157); }

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