Html Css Color HEX #9D1791 Dark Magenta

📋 copy color: '#9D1791'

red 157 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #9D1791

Tints of Dark Magenta #9D1791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 48.31%
G = 7.08%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D1791 (or 0x9D1791) is known color: Dark Magenta. HEX triplet: 9D, 17 and 91. RGB value is (157,23,145). Sum of RGB (Red+Green+Blue) = 157+23+145=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1791 is #62E86E. Grayscale: #4C4C4C. Windows color (decimal): -6482031 or 9508765. OLE color: 9508765.

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

Color convert

RGB 157 23 145 -
CMYK 0 0.85 0.08 0.38
HSL 305.37º 0.74% 0.35% -
HSV(B) 305.37º 0.85% 0.62% -
XYZ 19.32 9.83 27.67 -
YUV 76.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 157 23 145 0 0.85 0.08 0.38 305.37 0.74 0.35
Hex 9D 17 91 0 55 8 26 131 4A 23
Octal 235 27 221 0 125 10 46 461 112 43
Binary 10011101 10111 10010001 0 1010101 1000 100110 100110001 1001010 100011

Color Harmonies of #9D1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1791

Black with #9D1791

Text Example


Text Example

White with #9D1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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