#9E028A

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

Shades of Dark Magenta #9E028A

Tints of Dark Magenta #9E028A

Color information

#9E028A (or 0x9E028A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 02 and 8A. RGB value is (158,2,138). Sum of RGB (Red+Green+Blue) = 158+2+138=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E028A is #61FD75. Grayscale: #3F3F3F. Windows color (decimal): -6421878 or 9044638. OLE color: 9044638.

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

Color convert

RGB1582138-
CMYK00.990.130.38
HSL307.69º97.5%31.37%-
HSV(B)307.69º98.73%61.96%-
XYZ18.719.1524.82-
YUV64.15169.68194.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=53.02%
G=0.67%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158213800.990.130.38307.6997.531.37
Hex9E28A063D26134621f
Octal23622120143154646414237
Binary100111101010001010011000111101100110100110100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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