#9D149C

Color #9D149C Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9D149C

Tints of Dark Magenta #9D149C

Color information

#9D149C (or 0x9D149C) is unknown color: approx 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

RGB15720156-
CMYK00.870.010.38
HSL300.44º77.4%34.71%-
HSV(B)300.44º87.26%61.57%-
XYZ20.1610.0732.33-
YUV76.47172.89185.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572015600.870.010.38300.4477.434.71
Hex9D149C05712612c4d23
Octal23524234012714645411543
Binary1001110110100100111000101011111001101001011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>