Html Css Color HEX #9D007F Dark Magenta

📋 copy color: '#9D007F'

red 157 ◦ green 0 ◦ blue 127

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

Shades of Dark Magenta #9D007F

Tints of Dark Magenta #9D007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D007F (or 0x9D007F) is known color: Dark Magenta. HEX triplet: 9D, 00 and 7F. RGB value is (157,0,127). Sum of RGB (Red+Green+Blue) = 157+0+127=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D007F is #62FF80. Grayscale: #3D3D3D. Windows color (decimal): -6487937 or 8323229. OLE color: 8323229.

HSL color Cylindrical-coordinate representation of color #9D007F: hue angle of 311.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D007F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 0 127 -
CMYK 0 1 0.19 0.38
HSL 311.47º 1% 0.31% -
HSV(B) 311.47º 1% 0.62% -
XYZ 17.74 8.7 20.82 -
YUV 61.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 157 0 127 0 1 0.19 0.38 311.47 1 0.31
Hex 9D 0 7F 0 64 13 26 137 64 1F
Octal 235 0 177 0 144 23 46 467 144 37
Binary 10011101 0 1111111 0 1100100 10011 100110 100110111 1100100 11111

Color Harmonies of #9D007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D007F

Black with #9D007F

Text Example


Text Example

White with #9D007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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