#8E159C

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

Shades of Dark Magenta #8E159C

Tints of Dark Magenta #8E159C

Color information

#8E159C (or 0x8E159C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 9C. RGB value is (142,21,156). Sum of RGB (Red+Green+Blue) = 142+21+156=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E159C is #71EA63. Grayscale: #484848. Windows color (decimal): -7465572 or 10229134. OLE color: 10229134.

HSL color Cylindrical-coordinate representation of color #8E159C: hue angle of 293.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E159C is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14221156-
CMYK0.090.8700.39
HSL293.78º76.27%34.71%-
HSV(B)293.78º86.54%61.18%-
XYZ17.428.6932.21-
YUV72.57175.09177.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=44.51%
G=6.58%
B=48.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142211560.090.8700.39293.7876.2734.71
Hex8E159C9570271264c23
Octal216252341112704744611443
Binary1000111010101100111001001101011101001111001001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,156); }

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

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

 a { background-color: rgb(142,21,156); }

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

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

 span { border-color: rgb(142,21,156); }

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