Html Css Color HEX #9E018E Dark Magenta

📋 copy color: '#9E018E'

red 158 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #9E018E

Tints of Dark Magenta #9E018E

RGB

 RED value IS 158 (62.11% from 255) = 52.49%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 52.49%
G = 0.33%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E018E (or 0x9E018E) is known color: Dark Magenta. HEX triplet: 9E, 01 and 8E. RGB value is (158,1,142). Sum of RGB (Red+Green+Blue) = 158+1+142=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E018E is #61FE71. Grayscale: #3F3F3F. Windows color (decimal): -6422130 or 9306526. OLE color: 9306526.

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

Color convert

RGB 158 1 142 -
CMYK 0 0.99 0.10 0.38
HSL 306.11º 0.99% 0.31% -
HSV(B) 306.11º 0.99% 0.62% -
XYZ 18.99 9.24 26.37 -
YUV 64.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 158 1 142 0 0.99 0.10 0.38 306.11 0.99 0.31
Hex 9E 1 8E 0 63 A 26 132 63 1F
Octal 236 1 216 0 143 12 46 462 143 37
Binary 10011110 1 10001110 0 1100011 1010 100110 100110010 1100011 11111

Color Harmonies of #9E018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E018E

Black with #9E018E

Text Example


Text Example

White with #9E018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E018E;
 }
 .AnyTagClassName
 {
   color: #9E018E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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