#8E1795

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

Shades of Dark Magenta #8E1795

Tints of Dark Magenta #8E1795

Color information

#8E1795 (or 0x8E1795) is unknown color: approx Dark Magenta. HEX triplet: 8E, 17 and 95. RGB value is (142,23,149). Sum of RGB (Red+Green+Blue) = 142+23+149=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E1795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1795 is #71E86A. Grayscale: #484848. Windows color (decimal): -7465067 or 9770894. OLE color: 9770894.

HSL color Cylindrical-coordinate representation of color #8E1795: hue angle of 296.67º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1795 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14223149-
CMYK0.050.8500.42
HSL296.67º73.26%33.73%-
HSV(B)296.67º84.56%58.43%-
XYZ16.898.5329.19-
YUV72.94170.92177.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=45.22%
G=7.32%
B=47.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142231490.050.8500.42296.6773.2633.73
Hex8E179555502A1294922
Octal21627225512505245111142
Binary100011101011110010101101101010101010101001010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,149); }

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

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

 a { background-color: rgb(142,23,149); }

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

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

 span { border-color: rgb(142,23,149); }

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