Html Css Color HEX #9D178E Dark Magenta

📋 copy color: '#9D178E'

red 157 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #9D178E

Tints of Dark Magenta #9D178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 48.76%
G = 7.14%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D178E (or 0x9D178E) is known color: Dark Magenta. HEX triplet: 9D, 17 and 8E. RGB value is (157,23,142). Sum of RGB (Red+Green+Blue) = 157+23+142=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D178E is #62E871. Grayscale: #4C4C4C. Windows color (decimal): -6482034 or 9312157. OLE color: 9312157.

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

Color convert

RGB 157 23 142 -
CMYK 0 0.85 0.10 0.38
HSL 306.72º 0.74% 0.35% -
HSV(B) 306.72º 0.85% 0.62% -
XYZ 19.09 9.73 26.46 -
YUV 76.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 157 23 142 0 0.85 0.10 0.38 306.72 0.74 0.35
Hex 9D 17 8E 0 55 A 26 133 4A 23
Octal 235 27 216 0 125 12 46 463 112 43
Binary 10011101 10111 10001110 0 1010101 1010 100110 100110011 1001010 100011

Color Harmonies of #9D178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D178E

Black with #9D178E

Text Example


Text Example

White with #9D178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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