Html Css Color HEX #9D118E Dark Magenta

📋 copy color: '#9D118E'

red 157 ◦ green 17 ◦ blue 142

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

Shades of Dark Magenta #9D118E

Tints of Dark Magenta #9D118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 49.68%
G = 5.38%
B = 44.94%

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

#9D118E (or 0x9D118E) is known color: Dark Magenta. HEX triplet: 9D, 11 and 8E. RGB value is (157,17,142). Sum of RGB (Red+Green+Blue) = 157+17+142=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D118E is #62EE71. Grayscale: #484848. Windows color (decimal): -6483570 or 9310621. OLE color: 9310621.

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

Color convert

RGB 157 17 142 -
CMYK 0 0.89 0.10 0.38
HSL 306.43º 0.8% 0.34% -
HSV(B) 306.43º 0.89% 0.62% -
XYZ 18.99 9.52 26.43 -
YUV 73.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 157 17 142 0 0.89 0.10 0.38 306.43 0.8 0.34
Hex 9D 11 8E 0 59 A 26 132 50 22
Octal 235 21 216 0 131 12 46 462 120 42
Binary 10011101 10001 10001110 0 1011001 1010 100110 100110010 1010000 100010

Color Harmonies of #9D118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D118E

Black with #9D118E

Text Example


Text Example

White with #9D118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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