#8E158B

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

Shades of Dark Magenta #8E158B

Tints of Dark Magenta #8E158B

Color information

#8E158B (or 0x8E158B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 8B. RGB value is (142,21,139). Sum of RGB (Red+Green+Blue) = 142+21+139=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E158B is #71EA74. Grayscale: #464646. Windows color (decimal): -7465589 or 9115022. OLE color: 9115022.

HSL color Cylindrical-coordinate representation of color #8E158B: hue angle of 301.49º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E158B is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14221139-
CMYK00.850.020.44
HSL301.49º74.23%31.96%-
HSV(B)301.49º85.21%55.69%-
XYZ16.088.1525.15-
YUV70.63166.59178.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=47.02%
G=6.95%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422113900.850.020.44301.4974.2331.96
Hex8E158B05522C12d4a20
Octal21625213012525445511240
Binary10001110101011000101101010101101011001001011011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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