#8E0898

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

Shades of Dark Magenta #8E0898

Tints of Dark Magenta #8E0898

Color information

#8E0898 (or 0x8E0898) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 98. RGB value is (142,8,152). Sum of RGB (Red+Green+Blue) = 142+8+152=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E0898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0898 is #71F767. Grayscale: #404040. Windows color (decimal): -7468904 or 9963662. OLE color: 9963662.

HSL color Cylindrical-coordinate representation of color #8E0898: hue angle of 295.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0898 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1428152-
CMYK0.070.9500.40
HSL295.83º90%31.37%-
HSV(B)295.83º94.74%59.61%-
XYZ16.918.1930.4-
YUV64.48177.39183.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 8 (3.52% from 255) = 2.65%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=47.02%
G=2.65%
B=50.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14281520.070.9500.40295.839031.37
Hex8E89875F0281285a1f
Octal21610230713705045013237
Binary1000111010001001100011110111110101000100101000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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