Html Css Color HEX #9D108D Dark Magenta

📋 copy color: '#9D108D'

red 157 ◦ green 16 ◦ blue 141

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

Shades of Dark Magenta #9D108D

Tints of Dark Magenta #9D108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

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

R = 50%
G = 5.1%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D108D (or 0x9D108D) is known color: Dark Magenta. HEX triplet: 9D, 10 and 8D. RGB value is (157,16,141). Sum of RGB (Red+Green+Blue) = 157+16+141=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D108D is #62EF72. Grayscale: #484848. Windows color (decimal): -6483827 or 9244829. OLE color: 9244829.

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

Color convert

RGB 157 16 141 -
CMYK 0 0.90 0.10 0.38
HSL 306.81º 0.82% 0.34% -
HSV(B) 306.81º 0.9% 0.62% -
XYZ 18.9 9.46 26.03 -
YUV 72.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 157 16 141 0 0.90 0.10 0.38 306.81 0.82 0.34
Hex 9D 10 8D 0 5A A 26 133 52 22
Octal 235 20 215 0 132 12 46 463 122 42
Binary 10011101 10000 10001101 0 1011010 1010 100110 100110011 1010010 100010

Color Harmonies of #9D108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D108D

Black with #9D108D

Text Example


Text Example

White with #9D108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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