#8E069A

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

Shades of Dark Magenta #8E069A

Tints of Dark Magenta #8E069A

Color information

#8E069A (or 0x8E069A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 06 and 9A. RGB value is (142,6,154). Sum of RGB (Red+Green+Blue) = 142+6+154=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E069A is #71F965. Grayscale: #3F3F3F. Windows color (decimal): -7469414 or 10094222. OLE color: 10094222.

HSL color Cylindrical-coordinate representation of color #8E069A: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E069A is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1426154-
CMYK0.080.9600.40
HSL295.14º92.5%31.37%-
HSV(B)295.14º96.1%60.39%-
XYZ17.058.2131.26-
YUV63.54179.06183.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=47.02%
G=1.99%
B=50.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14261540.080.9600.40295.1492.531.37
Hex8E69A8600281275c1f
Octal21662321014005044713437
Binary1000111011010011010100011000000101000100100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,6,154); }

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

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

 a { background-color: rgb(142,6,154); }

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

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

 span { border-color: rgb(142,6,154); }

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