Html Css Color HEX #9D118D Dark Magenta

📋 copy color: '#9D118D'

red 157 ◦ green 17 ◦ blue 141

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

Shades of Dark Magenta #9D118D

Tints of Dark Magenta #9D118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 49.84%
G = 5.4%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D118D (or 0x9D118D) is known color: Dark Magenta. HEX triplet: 9D, 11 and 8D. RGB value is (157,17,141). Sum of RGB (Red+Green+Blue) = 157+17+141=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D118D is #62EE72. Grayscale: #484848. Windows color (decimal): -6483571 or 9245085. OLE color: 9245085.

HSL color Cylindrical-coordinate representation of color #9D118D: hue angle of 306.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D118D is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 141 -
CMYK 0 0.89 0.10 0.38
HSL 306.86º 0.8% 0.34% -
HSV(B) 306.86º 0.89% 0.62% -
XYZ 18.91 9.49 26.03 -
YUV 73 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 157 17 141 0 0.89 0.10 0.38 306.86 0.8 0.34
Hex 9D 11 8D 0 59 A 26 133 50 22
Octal 235 21 215 0 131 12 46 463 120 42
Binary 10011101 10001 10001101 0 1011001 1010 100110 100110011 1010000 100010

Color Harmonies of #9D118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D118D

Black with #9D118D

Text Example


Text Example

White with #9D118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,141); }

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

background-color css

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

 a { background-color: rgb(157,17,141); }

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

border-color css

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

 span { border-color: rgb(157,17,141); }

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