#9E138A

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

Shades of Dark Magenta #9E138A

Tints of Dark Magenta #9E138A

Color information

#9E138A (or 0x9E138A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 13 and 8A. RGB value is (158,19,138). Sum of RGB (Red+Green+Blue) = 158+19+138=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E138A is #61EC75. Grayscale: #494949. Windows color (decimal): -6417526 or 9048990. OLE color: 9048990.

HSL color Cylindrical-coordinate representation of color #9E138A: hue angle of 308.63º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E138A is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15819138-
CMYK00.880.130.38
HSL308.63º78.53%34.71%-
HSV(B)308.63º87.97%61.96%-
XYZ18.929.5724.89-
YUV74.13164.05187.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 19 (7.81% from 255) = 6.03%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=50.16%
G=6.03%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581913800.880.130.38308.6378.5334.71
Hex9E138A058D261354f23
Octal236232120130154646511743
Binary1001111010011100010100101100011011001101001101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E138A; }

 p { color: rgb(158,19,138); }

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

<style>
 a { background-color: #9E138A; }

 a { background-color: rgb(158,19,138); }

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

<style>
 span { border-color: #9E138A; }

 span { border-color: rgb(158,19,138); }

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