Html Css Color HEX #9D047F Dark Magenta

📋 copy color: '#9D047F'

red 157 ◦ green 4 ◦ blue 127

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

Shades of Dark Magenta #9D047F

Tints of Dark Magenta #9D047F

RGB

 RED value IS 157 (61.72% from 255) = 54.51%

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 127 (50% from 255) = 44.1%

R = 54.51%
G = 1.39%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D047F (or 0x9D047F) is known color: Dark Magenta. HEX triplet: 9D, 04 and 7F. RGB value is (157,4,127). Sum of RGB (Red+Green+Blue) = 157+4+127=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D047F is #62FB80. Grayscale: #3F3F3F. Windows color (decimal): -6486913 or 8324253. OLE color: 8324253.

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

Color convert

RGB 157 4 127 -
CMYK 0 0.97 0.19 0.38
HSL 311.76º 0.95% 0.32% -
HSV(B) 311.76º 0.97% 0.62% -
XYZ 17.78 8.79 20.84 -
YUV 63.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 157 4 127 0 0.97 0.19 0.38 311.76 0.95 0.32
Hex 9D 4 7F 0 61 13 26 138 5F 20
Octal 235 4 177 0 141 23 46 470 137 40
Binary 10011101 100 1111111 0 1100001 10011 100110 100111000 1011111 100000

Color Harmonies of #9D047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D047F

Black with #9D047F

Text Example


Text Example

White with #9D047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,4,127); }

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

background-color css

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

 a { background-color: rgb(157,4,127); }

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

border-color css

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

 span { border-color: rgb(157,4,127); }

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