#8E0499

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

Shades of Dark Magenta #8E0499

Tints of Dark Magenta #8E0499

Color information

#8E0499 (or 0x8E0499) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 99. RGB value is (142,4,153). Sum of RGB (Red+Green+Blue) = 142+4+153=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0499 is #71FB66. Grayscale: #3D3D3D. Windows color (decimal): -7469927 or 10028174. OLE color: 10028174.

HSL color Cylindrical-coordinate representation of color #8E0499: hue angle of 295.57º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0499 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1424153-
CMYK0.070.9700.4
HSL295.57º94.9%30.78%-
HSV(B)295.57º97.39%60%-
XYZ16.958.1430.81-
YUV62.25179.22184.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=47.49%
G=1.34%
B=51.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14241530.070.9700.4295.5794.930.78
Hex8E4997610281285f1f
Octal2164231714105045013737
Binary100011101001001100111111000010101000100101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,153); }

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

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

 a { background-color: rgb(142,4,153); }

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

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

 span { border-color: rgb(142,4,153); }

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