Html Css Color HEX #9D129C Dark Magenta

📋 copy color: '#9D129C'

red 157 ◦ green 18 ◦ blue 156

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

Shades of Dark Magenta #9D129C

Tints of Dark Magenta #9D129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

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

R = 47.43%
G = 5.44%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D129C (or 0x9D129C) is known color: Dark Magenta. HEX triplet: 9D, 12 and 9C. RGB value is (157,18,156). Sum of RGB (Red+Green+Blue) = 157+18+156=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D129C is #62ED63. Grayscale: #4A4A4A. Windows color (decimal): -6483300 or 10228381. OLE color: 10228381.

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

Color convert

RGB 157 18 156 -
CMYK 0 0.89 0.01 0.38
HSL 300.43º 0.79% 0.34% -
HSV(B) 300.43º 0.89% 0.62% -
XYZ 20.12 10 32.32 -
YUV 75.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 157 18 156 0 0.89 0.01 0.38 300.43 0.79 0.34
Hex 9D 12 9C 0 59 1 26 12C 4F 22
Octal 235 22 234 0 131 1 46 454 117 42
Binary 10011101 10010 10011100 0 1011001 1 100110 100101100 1001111 100010

Color Harmonies of #9D129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D129C

Black with #9D129C

Text Example


Text Example

White with #9D129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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