Html Css Color HEX #9D1792 Dark Magenta

📋 copy color: '#9D1792'

red 157 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #9D1792

Tints of Dark Magenta #9D1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 48.16%
G = 7.06%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9D1792 (or 0x9D1792) is known color: Dark Magenta. HEX triplet: 9D, 17 and 92. RGB value is (157,23,146). Sum of RGB (Red+Green+Blue) = 157+23+146=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1792 is #62E86D. Grayscale: #4C4C4C. Windows color (decimal): -6482030 or 9574301. OLE color: 9574301.

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

Color convert

RGB 157 23 146 -
CMYK 0 0.85 0.07 0.38
HSL 304.93º 0.74% 0.35% -
HSV(B) 304.93º 0.85% 0.62% -
XYZ 19.4 9.86 28.07 -
YUV 77.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 157 23 146 0 0.85 0.07 0.38 304.93 0.74 0.35
Hex 9D 17 92 0 55 7 26 131 4A 23
Octal 235 27 222 0 125 7 46 461 112 43
Binary 10011101 10111 10010010 0 1010101 111 100110 100110001 1001010 100011

Color Harmonies of #9D1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1792

Black with #9D1792

Text Example


Text Example

White with #9D1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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