#9E028C

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

Shades of Dark Magenta #9E028C

Tints of Dark Magenta #9E028C

Color information

#9E028C (or 0x9E028C) is unknown color: approx Dark Magenta. HEX triplet: 9E, 02 and 8C. RGB value is (158,2,140). Sum of RGB (Red+Green+Blue) = 158+2+140=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E028C is #61FD73. Grayscale: #3F3F3F. Windows color (decimal): -6421876 or 9175710. OLE color: 9175710.

HSL color Cylindrical-coordinate representation of color #9E028C: hue angle of 306.92º 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 #9E028C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB1582140-
CMYK00.990.110.38
HSL306.92º97.5%31.37%-
HSV(B)306.92º98.73%61.96%-
XYZ18.869.2125.59-
YUV64.38170.68194.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.67%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=52.67%
G=0.67%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158214000.990.110.38306.9297.531.37
Hex9E28C063B26133621f
Octal23622140143134646314237
Binary100111101010001100011000111011100110100110011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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