#8E14A6

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

Shades of Dark Magenta #8E14A6

Tints of Dark Magenta #8E14A6

Color information

#8E14A6 (or 0x8E14A6) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and A6. RGB value is (142,20,166). Sum of RGB (Red+Green+Blue) = 142+20+166=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #8E14A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E14A6 is #71EB59. Grayscale: #484848. Windows color (decimal): -7465818 or 10884238. OLE color: 10884238.

HSL color Cylindrical-coordinate representation of color #8E14A6: hue angle of 290.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E14A6 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14220166-
CMYK0.140.8800.35
HSL290.14º78.49%36.47%-
HSV(B)290.14º87.95%65.1%-
XYZ18.29936.85-
YUV73.12180.42177.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 166 (65.23% from 255) = 50.61%
R=43.29%
G=6.10%
B=50.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142201660.140.8800.35290.1478.4936.47
Hex8E14A6E580231224e24
Octal216242461613004344211644
Binary1000111010100101001101110101100001000111001000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E14A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,166); }

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

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

 a { background-color: rgb(142,20,166); }

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

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

 span { border-color: rgb(142,20,166); }

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