#8E129F

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

Shades of Dark Magenta #8E129F

Tints of Dark Magenta #8E129F

Color information

#8E129F (or 0x8E129F) is unknown color: approx Dark Magenta. HEX triplet: 8E, 12 and 9F. RGB value is (142,18,159). Sum of RGB (Red+Green+Blue) = 142+18+159=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E129F is #71ED60. Grayscale: #464646. Windows color (decimal): -7466337 or 10424974. OLE color: 10424974.

HSL color Cylindrical-coordinate representation of color #8E129F: hue angle of 292.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E129F is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14218159-
CMYK0.110.8900.38
HSL292.77º79.66%34.71%-
HSV(B)292.77º88.68%62.35%-
XYZ17.638.6933.55-
YUV71.15177.58178.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=44.51%
G=5.64%
B=49.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142181590.110.8900.38292.7779.6634.71
Hex8E129FB590261255023
Octal216222371313104644512043
Binary1000111010010100111111011101100101001101001001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,18,159); }

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

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

 a { background-color: rgb(142,18,159); }

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

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

 span { border-color: rgb(142,18,159); }

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