#8E089F

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

Shades of Dark Magenta #8E089F

Tints of Dark Magenta #8E089F

Color information

#8E089F (or 0x8E089F) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 9F. RGB value is (142,8,159). Sum of RGB (Red+Green+Blue) = 142+8+159=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E089F is #71F760. Grayscale: #404040. Windows color (decimal): -7468897 or 10422414. OLE color: 10422414.

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

Color convert

RGB1428159-
CMYK0.110.9500.38
HSL293.25º90.42%32.75%-
HSV(B)293.25º94.97%62.35%-
XYZ17.58.4333.51-
YUV65.28180.89182.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=45.95%
G=2.59%
B=51.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14281590.110.9500.38293.2590.4232.75
Hex8E89FB5F0261255a21
Octal216102371313704644513241
Binary100011101000100111111011101111101001101001001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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