#8E0999

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

Shades of Dark Magenta #8E0999

Tints of Dark Magenta #8E0999

Color information

#8E0999 (or 0x8E0999) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and 99. RGB value is (142,9,153). Sum of RGB (Red+Green+Blue) = 142+9+153=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E0999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0999 is #71F666. Grayscale: #404040. Windows color (decimal): -7468647 or 10029454. OLE color: 10029454.

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

Color convert

RGB1429153-
CMYK0.070.9400.4
HSL295.42º88.89%31.76%-
HSV(B)295.42º94.12%60%-
XYZ178.2530.83-
YUV65.18177.56182.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=46.71%
G=2.96%
B=50.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14291530.070.9400.4295.4288.8931.76
Hex8E99975E0281275920
Octal21611231713605044713140
Binary10001110100110011001111101111001010001001001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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