#8E0888

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

Shades of Dark Magenta #8E0888

Tints of Dark Magenta #8E0888

Color information

#8E0888 (or 0x8E0888) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 88. RGB value is (142,8,136). Sum of RGB (Red+Green+Blue) = 142+8+136=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0888 is #71F777. Grayscale: #3E3E3E. Windows color (decimal): -7468920 or 8915086. OLE color: 8915086.

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

Color convert

RGB1428136-
CMYK00.940.040.44
HSL302.69º89.33%29.41%-
HSV(B)302.69º94.37%55.69%-
XYZ15.697.723.95-
YUV62.66169.39184.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=49.65%
G=2.80%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142813600.940.040.44302.6989.3329.41
Hex8E88805E42C12f591d
Octal21610210013645445713135
Binary1000111010001000100001011110100101100100101111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,136); }

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

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

 a { background-color: rgb(142,8,136); }

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

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

 span { border-color: rgb(142,8,136); }

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