#8E0CA4

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

Shades of Dark Magenta #8E0CA4

Tints of Dark Magenta #8E0CA4

Color information

#8E0CA4 (or 0x8E0CA4) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0C and A4. RGB value is (142,12,164). Sum of RGB (Red+Green+Blue) = 142+12+164=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0CA4 is #71F35B. Grayscale: #434343. Windows color (decimal): -7467868 or 10751118. OLE color: 10751118.

HSL color Cylindrical-coordinate representation of color #8E0CA4: hue angle of 291.32º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0CA4 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14212164-
CMYK0.130.9300.36
HSL291.32º86.36%34.51%-
HSV(B)291.32º92.68%64.31%-
XYZ17.998.6935.85-
YUV68.2182.07180.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 12 (5.08% from 255) = 3.77%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=44.65%
G=3.77%
B=51.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142121640.130.9300.36291.3286.3634.51
Hex8ECA4D5D0241235623
Octal216142441513504444312643
Binary100011101100101001001101101110101001001001000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,164); }

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

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

 a { background-color: rgb(142,12,164); }

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

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

 span { border-color: rgb(142,12,164); }

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