#8E029B

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

Shades of Dark Magenta #8E029B

Tints of Dark Magenta #8E029B

Color information

#8E029B (or 0x8E029B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 02 and 9B. RGB value is (142,2,155). Sum of RGB (Red+Green+Blue) = 142+2+155=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E029B is #71FD64. Grayscale: #3C3C3C. Windows color (decimal): -7470437 or 10158734. OLE color: 10158734.

HSL color Cylindrical-coordinate representation of color #8E029B: hue angle of 294.9º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E029B is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1422155-
CMYK0.080.9900.39
HSL294.9º97.45%30.78%-
HSV(B)294.9º98.71%60.78%-
XYZ17.098.1631.68-
YUV61.3180.88185.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=47.49%
G=0.67%
B=51.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14221550.080.9900.39294.997.4530.78
Hex8E29B863027127611f
Octal21622331014304744714137
Binary100011101010011011100011000110100111100100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,155); }

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

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

 a { background-color: rgb(142,2,155); }

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

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

 span { border-color: rgb(142,2,155); }

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