#8E0595

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

Shades of Dark Magenta #8E0595

Tints of Dark Magenta #8E0595

Color information

#8E0595 (or 0x8E0595) is unknown color: approx Dark Magenta. HEX triplet: 8E, 05 and 95. RGB value is (142,5,149). Sum of RGB (Red+Green+Blue) = 142+5+149=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0595 is #71FA6A. Grayscale: #3D3D3D. Windows color (decimal): -7469675 or 9766286. OLE color: 9766286.

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

Color convert

RGB1425149-
CMYK0.050.9700.42
HSL297.08º93.51%30.2%-
HSV(B)297.08º96.64%58.43%-
XYZ16.638.0329.11-
YUV62.38176.89184.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=47.97%
G=1.69%
B=50.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14251490.050.9700.42297.0893.5130.2
Hex8E59556102A1295e1e
Octal2165225514105245113636
Binary100011101011001010110111000010101010100101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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