#8e039e

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

Shades of Dark Magenta #8E039E

Tints of Dark Magenta #8E039E

Color information

#8E039E (or 0x8E039E) is unknown color: approx Dark Magenta. HEX triplet: 8E, 03 and 9E. RGB value is (142,3,158). Sum of RGB (Red+Green+Blue) = 142+3+158=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E039E is #71FC61. Grayscale: #3D3D3D. Windows color (decimal): -7470178 or 10355598. OLE color: 10355598.

HSL color Cylindrical-coordinate representation of color #8E039E: hue angle of 293.81º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E039E is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1423158-
CMYK0.100.9800.38
HSL293.81º96.27%31.57%-
HSV(B)293.81º98.1%61.96%-
XYZ17.368.2833.03-
YUV62.23182.05184.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=46.86%
G=0.99%
B=52.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14231580.100.9800.38293.8196.2731.57
Hex8E39EA620261266020
Octal21632361214204644614040
Binary1000111011100111101010110001001001101001001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e039e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,158); }

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

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

 a { background-color: rgb(142,3,158); }

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

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

 span { border-color: rgb(142,3,158); }

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