Html Css Color HEX #9D108C Dark Magenta

📋 copy color: '#9D108C'

red 157 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #9D108C

Tints of Dark Magenta #9D108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 50.16%
G = 5.11%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D108C (or 0x9D108C) is known color: Dark Magenta. HEX triplet: 9D, 10 and 8C. RGB value is (157,16,140). Sum of RGB (Red+Green+Blue) = 157+16+140=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D108C is #62EF73. Grayscale: #474747. Windows color (decimal): -6483828 or 9179293. OLE color: 9179293.

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

Color convert

RGB 157 16 140 -
CMYK 0 0.90 0.11 0.38
HSL 307.23º 0.82% 0.34% -
HSV(B) 307.23º 0.9% 0.62% -
XYZ 18.82 9.43 25.64 -
YUV 72.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 157 16 140 0 0.90 0.11 0.38 307.23 0.82 0.34
Hex 9D 10 8C 0 5A B 26 133 52 22
Octal 235 20 214 0 132 13 46 463 122 42
Binary 10011101 10000 10001100 0 1011010 1011 100110 100110011 1010010 100010

Color Harmonies of #9D108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D108C

Black with #9D108C

Text Example


Text Example

White with #9D108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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