#9d139d

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

Shades of Dark Magenta #9D139D

Tints of Dark Magenta #9D139D

Color information

#9D139D (or 0x9D139D) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 9D. RGB value is (157,19,157). Sum of RGB (Red+Green+Blue) = 157+19+157=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D139D is #62EC62. Grayscale: #4B4B4B. Windows color (decimal): -6483043 or 10294173. OLE color: 10294173.

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

Color convert

RGB15719157-
CMYK00.8800.38
HSL300º78.41%34.51%-
HSV(B)300º87.9%61.57%-
XYZ20.2210.0732.78-
YUV75.99173.72185.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=47.15%
G=5.71%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571915700.8800.3830078.4134.51
Hex9D139D05802612c4e23
Octal23523235013004645411643
Binary1001110110011100111010101100001001101001011001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d139d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,157); }

 H1.HeaderClassName
 {
   color: #9d139d;
 }
 .AnyTagClassName
 {
   color: #9d139d;
 }
</style>
background-color css

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

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

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

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

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

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