Html Css Color HEX #9D138D Dark Magenta

📋 copy color: '#9D138D'

red 157 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #9D138D

Tints of Dark Magenta #9D138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

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

R = 49.53%
G = 5.99%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D138D (or 0x9D138D) is known color: Dark Magenta. HEX triplet: 9D, 13 and 8D. RGB value is (157,19,141). Sum of RGB (Red+Green+Blue) = 157+19+141=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D138D is #62EC72. Grayscale: #494949. Windows color (decimal): -6483059 or 9245597. OLE color: 9245597.

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

Color convert

RGB 157 19 141 -
CMYK 0 0.88 0.10 0.38
HSL 306.96º 0.78% 0.35% -
HSV(B) 306.96º 0.88% 0.62% -
XYZ 18.95 9.56 26.05 -
YUV 74.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 157 19 141 0 0.88 0.10 0.38 306.96 0.78 0.35
Hex 9D 13 8D 0 58 A 26 133 4E 23
Octal 235 23 215 0 130 12 46 463 116 43
Binary 10011101 10011 10001101 0 1011000 1010 100110 100110011 1001110 100011

Color Harmonies of #9D138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D138D

Black with #9D138D

Text Example


Text Example

White with #9D138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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