#8E1598

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

Shades of Dark Magenta #8E1598

Tints of Dark Magenta #8E1598

Color information

#8E1598 (or 0x8E1598) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 98. RGB value is (142,21,152). Sum of RGB (Red+Green+Blue) = 142+21+152=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E1598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1598 is #71EA67. Grayscale: #474747. Windows color (decimal): -7465576 or 9966990. OLE color: 9966990.

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

Color convert

RGB14221152-
CMYK0.070.8600.40
HSL295.42º75.72%33.92%-
HSV(B)295.42º86.18%59.61%-
XYZ17.098.5530.46-
YUV72.11173.09177.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=45.08%
G=6.67%
B=48.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142211520.070.8600.40295.4275.7233.92
Hex8E15987560281274c22
Octal21625230712605044711442
Binary100011101010110011000111101011001010001001001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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