#8E14AA

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

Shades of Dark Magenta #8E14AA

Tints of Dark Magenta #8E14AA

Color information

#8E14AA (or 0x8E14AA) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and AA. RGB value is (142,20,170). Sum of RGB (Red+Green+Blue) = 142+20+170=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E14AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E14AA is #71EB55. Grayscale: #494949. Windows color (decimal): -7465814 or 11146382. OLE color: 11146382.

HSL color Cylindrical-coordinate representation of color #8E14AA: hue angle of 288.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E14AA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14220170-
CMYK0.160.8800.33
HSL288.8º78.95%37.25%-
HSV(B)288.8º88.24%66.67%-
XYZ18.669.1538.81-
YUV73.58182.42176.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=42.77%
G=6.02%
B=51.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142201700.160.8800.33288.878.9537.25
Hex8E14AA10580211214f25
Octal216242522013004144111745
Binary10001110101001010101010000101100001000011001000011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E14AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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