#9D139A

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

Shades of Dark Magenta #9D139A

Tints of Dark Magenta #9D139A

Color information

#9D139A (or 0x9D139A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 9A. RGB value is (157,19,154). Sum of RGB (Red+Green+Blue) = 157+19+154=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D139A is #62EC65. Grayscale: #4B4B4B. Windows color (decimal): -6483046 or 10097565. OLE color: 10097565.

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

Color convert

RGB15719154-
CMYK00.880.020.38
HSL301.3º78.41%34.51%-
HSV(B)301.3º87.9%61.57%-
XYZ19.979.9731.44-
YUV75.65172.22186.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.58%
GREEN value IS 19 (7.81% from 255) = 5.76%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=47.58%
G=5.76%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571915400.880.020.38301.378.4134.51
Hex9D139A05822612d4e23
Octal23523232013024645511643
Binary10011101100111001101001011000101001101001011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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