#8E10A5

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

Shades of Dark Magenta #8E10A5

Tints of Dark Magenta #8E10A5

Color information

#8E10A5 (or 0x8E10A5) is unknown color: approx Dark Magenta. HEX triplet: 8E, 10 and A5. RGB value is (142,16,165). Sum of RGB (Red+Green+Blue) = 142+16+165=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E10A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E10A5 is #71EF5A. Grayscale: #464646. Windows color (decimal): -7466843 or 10817678. OLE color: 10817678.

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

Color convert

RGB14216165-
CMYK0.140.9000.35
HSL290.74º82.32%35.49%-
HSV(B)290.74º90.3%64.71%-
XYZ18.138.8436.35-
YUV70.66181.24178.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 16 (6.64% from 255) = 4.95%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=43.96%
G=4.95%
B=51.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142161650.140.9000.35290.7482.3235.49
Hex8E10A5E5A0231235223
Octal216202451613204344312243
Binary1000111010000101001011110101101001000111001000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E10A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,16,165); }

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

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

 a { background-color: rgb(142,16,165); }

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

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

 span { border-color: rgb(142,16,165); }

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