#9D0A80

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

Shades of Dark Magenta #9D0A80

Tints of Dark Magenta #9D0A80

Color information

#9D0A80 (or 0x9D0A80) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0A and 80. RGB value is (157,10,128). Sum of RGB (Red+Green+Blue) = 157+10+128=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0A80 is #62F57F. Grayscale: #434343. Windows color (decimal): -6485376 or 8391325. OLE color: 8391325.

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

Color convert

RGB15710128-
CMYK00.940.180.38
HSL311.84º88.02%32.75%-
HSV(B)311.84º93.63%61.57%-
XYZ17.918.9421.2-
YUV67.4162.2191.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=53.22%
G=3.39%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571012800.940.180.38311.8488.0232.75
Hex9DA8005E12261385821
Octal235122000136224647013041
Binary1001110110101000000001011110100101001101001110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,10,128); }

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

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

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

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

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

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

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