Html Css Color HEX #9E028D Dark Magenta

📋 copy color: '#9E028D'

red 158 ◦ green 2 ◦ blue 141

#9E028D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9E028D

Tints of Dark Magenta #9E028D

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 value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E028D (or 0x9E028D) is known color: 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

RGB 158 2 141 -
CMYK 0 0.99 0.11 0.38
HSL 306.54º 0.98% 0.31% -
HSV(B) 306.54º 0.99% 0.62% -
XYZ 18.93 9.24 25.98 -
YUV 64.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 158 2 141 0 0.99 0.11 0.38 306.54 0.98 0.31
Hex 9E 2 8D 0 63 B 26 133 62 1F
Octal 236 2 215 0 143 13 46 463 142 37
Binary 10011110 10 10001101 0 1100011 1011 100110 100110011 1100010 11111

Color Harmonies of #9E028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E028D

Black with #9E028D

Text Example


Text Example

White with #9E028D

Text Example


Text Example

HTML Codes & Css Web 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>