Html Css Color HEX #9E0581 Dark Magenta

📋 copy color: '#9E0581'

red 158 ◦ green 5 ◦ blue 129

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

Shades of Dark Magenta #9E0581

Tints of Dark Magenta #9E0581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 54.11%
G = 1.71%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E0581 (or 0x9E0581) is known color: Dark Magenta. HEX triplet: 9E, 05 and 81. RGB value is (158,5,129). Sum of RGB (Red+Green+Blue) = 158+5+129=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0581 is #61FA7E. Grayscale: #404040. Windows color (decimal): -6421119 or 8455582. OLE color: 8455582.

HSL color Cylindrical-coordinate representation of color #9E0581: hue angle of 311.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0581 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 129 -
CMYK 0 0.97 0.18 0.38
HSL 311.37º 0.94% 0.32% -
HSV(B) 311.37º 0.97% 0.62% -
XYZ 18.12 8.96 21.54 -
YUV 64.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 158 5 129 0 0.97 0.18 0.38 311.37 0.94 0.32
Hex 9E 5 81 0 61 12 26 137 5E 20
Octal 236 5 201 0 141 22 46 467 136 40
Binary 10011110 101 10000001 0 1100001 10010 100110 100110111 1011110 100000

Color Harmonies of #9E0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0581

Black with #9E0581

Text Example


Text Example

White with #9E0581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,129); }

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

background-color css

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

 a { background-color: rgb(158,5,129); }

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

border-color css

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

 span { border-color: rgb(158,5,129); }

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