#9D078B

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

Shades of Dark Magenta #9D078B

Tints of Dark Magenta #9D078B

Color information

#9D078B (or 0x9D078B) is unknown color: approx Dark Magenta. HEX triplet: 9D, 07 and 8B. RGB value is (157,7,139). Sum of RGB (Red+Green+Blue) = 157+7+139=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D078B is #62F874. Grayscale: #424242. Windows color (decimal): -6486133 or 9111453. OLE color: 9111453.

HSL color Cylindrical-coordinate representation of color #9D078B: hue angle of 307.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D078B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB1577139-
CMYK00.960.110.38
HSL307.2º91.46%32.16%-
HSV(B)307.2º95.54%61.57%-
XYZ18.649.1825.22-
YUV66.9168.7192.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.82%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=51.82%
G=2.31%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157713900.960.110.38307.291.4632.16
Hex9D78B060B261335b20
Octal23572130140134646313340
Binary10011101111100010110110000010111001101001100111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,7,139); }

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

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

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

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

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

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

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