#9E128E

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

Shades of Dark Magenta #9E128E

Tints of Dark Magenta #9E128E

Color information

#9E128E (or 0x9E128E) is unknown color: approx Dark Magenta. HEX triplet: 9E, 12 and 8E. RGB value is (158,18,142). Sum of RGB (Red+Green+Blue) = 158+18+142=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E128E is #61ED71. Grayscale: #494949. Windows color (decimal): -6417778 or 9310878. OLE color: 9310878.

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

Color convert

RGB15818142-
CMYK00.890.100.38
HSL306.86º79.55%34.51%-
HSV(B)306.86º88.61%61.96%-
XYZ19.29.6526.44-
YUV74166.38187.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=49.69%
G=5.66%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581814200.890.100.38306.8679.5534.51
Hex9E128E059A261335023
Octal236222160131124646312043
Binary1001111010010100011100101100110101001101001100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,142); }

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

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

 a { background-color: rgb(158,18,142); }

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

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

 span { border-color: rgb(158,18,142); }

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