Html Css Color HEX #9E059C Dark Magenta

📋 copy color: '#9E059C'

red 158 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #9E059C

Tints of Dark Magenta #9E059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 49.53%
G = 1.57%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E059C (or 0x9E059C) is known color: Dark Magenta. HEX triplet: 9E, 05 and 9C. RGB value is (158,5,156). Sum of RGB (Red+Green+Blue) = 158+5+156=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E059C is #61FA63. Grayscale: #434343. Windows color (decimal): -6421092 or 10225054. OLE color: 10225054.

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

Color convert

RGB 158 5 156 -
CMYK 0 0.97 0.01 0.38
HSL 300.78º 0.94% 0.32% -
HSV(B) 300.78º 0.97% 0.62% -
XYZ 20.16 9.78 32.28 -
YUV 67.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 158 5 156 0 0.97 0.01 0.38 300.78 0.94 0.32
Hex 9E 5 9C 0 61 1 26 12D 5E 20
Octal 236 5 234 0 141 1 46 455 136 40
Binary 10011110 101 10011100 0 1100001 1 100110 100101101 1011110 100000

Color Harmonies of #9E059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E059C

Black with #9E059C

Text Example


Text Example

White with #9E059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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