#8E0F8A

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

Shades of Dark Magenta #8E0F8A

Tints of Dark Magenta #8E0F8A

Color information

#8E0F8A (or 0x8E0F8A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0F and 8A. RGB value is (142,15,138). Sum of RGB (Red+Green+Blue) = 142+15+138=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0F8A is #71F075. Grayscale: #424242. Windows color (decimal): -7467126 or 9047950. OLE color: 9047950.

HSL color Cylindrical-coordinate representation of color #8E0F8A: hue angle of 301.89º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F8A is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14215138-
CMYK00.890.030.44
HSL301.89º80.89%30.78%-
HSV(B)301.89º89.44%55.69%-
XYZ15.917.9324.74-
YUV67168.08181.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=48.14%
G=5.08%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421513800.890.030.44301.8980.8930.78
Hex8EF8A05932C12e511f
Octal21617212013135445612137
Binary100011101111100010100101100111101100100101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,138); }

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

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

 a { background-color: rgb(142,15,138); }

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

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

 span { border-color: rgb(142,15,138); }

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