Html Css Color HEX #9D149C Dark Magenta

📋 copy color: '#9D149C'

red 157 ◦ green 20 ◦ blue 156

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

Shades of Dark Magenta #9D149C

Tints of Dark Magenta #9D149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 47.15%
G = 6.01%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D149C (or 0x9D149C) is known color: Dark Magenta. HEX triplet: 9D, 14 and 9C. RGB value is (157,20,156). Sum of RGB (Red+Green+Blue) = 157+20+156=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D149C is #62EB63. Grayscale: #4C4C4C. Windows color (decimal): -6482788 or 10228893. OLE color: 10228893.

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

Color convert

RGB 157 20 156 -
CMYK 0 0.87 0.01 0.38
HSL 300.44º 0.77% 0.35% -
HSV(B) 300.44º 0.87% 0.62% -
XYZ 20.16 10.07 32.33 -
YUV 76.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 157 20 156 0 0.87 0.01 0.38 300.44 0.77 0.35
Hex 9D 14 9C 0 57 1 26 12C 4D 23
Octal 235 24 234 0 127 1 46 454 115 43
Binary 10011101 10100 10011100 0 1010111 1 100110 100101100 1001101 100011

Color Harmonies of #9D149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D149C

Black with #9D149C

Text Example


Text Example

White with #9D149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,156); }

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

background-color css

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

 a { background-color: rgb(157,20,156); }

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

border-color css

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

 span { border-color: rgb(157,20,156); }

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