#9E028D

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

Shades of Dark Magenta #9E028D

Tints of Dark Magenta #9E028D

Color information

#9E028D (or 0x9E028D) is unknown color: approx Dark Magenta. HEX triplet: 9E, 02 and 8D. RGB value is (158,2,141). Sum of RGB (Red+Green+Blue) = 158+2+141=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E028D is #61FD72. Grayscale: #404040. Windows color (decimal): -6421875 or 9241246. OLE color: 9241246.

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

Color convert

RGB1582141-
CMYK00.990.110.38
HSL306.54º97.5%31.37%-
HSV(B)306.54º98.73%61.96%-
XYZ18.939.2425.98-
YUV64.49171.18194.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=52.49%
G=0.66%
B=46.84%

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
Decimal158214100.990.110.38306.5497.531.37
Hex9E28D063B26133621f
Octal23622150143134646314237
Binary100111101010001101011000111011100110100110011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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