#8E1690

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

Shades of Dark Magenta #8E1690

Tints of Dark Magenta #8E1690

Color information

#8E1690 (or 0x8E1690) is unknown color: approx Dark Magenta. HEX triplet: 8E, 16 and 90. RGB value is (142,22,144). Sum of RGB (Red+Green+Blue) = 142+22+144=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1690 is #71E96F. Grayscale: #474747. Windows color (decimal): -7465328 or 9442958. OLE color: 9442958.

HSL color Cylindrical-coordinate representation of color #8E1690: hue angle of 299.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1690 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14222144-
CMYK0.010.8500.44
HSL299.02º73.49%32.55%-
HSV(B)299.02º84.72%56.47%-
XYZ16.488.3427.13-
YUV71.79168.76178.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=46.10%
G=7.14%
B=46.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142221440.010.8500.44299.0273.4932.55
Hex8E169015502C12b4921
Octal21626220112505445311141
Binary1000111010110100100001101010101011001001010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,144); }

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

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

 a { background-color: rgb(142,22,144); }

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

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

 span { border-color: rgb(142,22,144); }

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