#8E16A2

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

Shades of Dark Magenta #8E16A2

Tints of Dark Magenta #8E16A2

Color information

#8E16A2 (or 0x8E16A2) is unknown color: approx Dark Magenta. HEX triplet: 8E, 16 and A2. RGB value is (142,22,162). Sum of RGB (Red+Green+Blue) = 142+22+162=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E16A2 is #71E95D. Grayscale: #494949. Windows color (decimal): -7465310 or 10622606. OLE color: 10622606.

HSL color Cylindrical-coordinate representation of color #8E16A2: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E16A2 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14222162-
CMYK0.120.8600.36
HSL291.43º76.09%36.08%-
HSV(B)291.43º86.42%63.53%-
XYZ17.968.9334.96-
YUV73.84177.76176.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 162 (63.67% from 255) = 49.69%
R=43.56%
G=6.75%
B=49.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142221620.120.8600.36291.4376.0936.08
Hex8E16A2C560241234c24
Octal216262421412604444311444
Binary1000111010110101000101100101011001001001001000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E16A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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