#9D059B

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

Shades of Dark Magenta #9D059B

Tints of Dark Magenta #9D059B

Color information

#9D059B (or 0x9D059B) is unknown color: approx Dark Magenta. HEX triplet: 9D, 05 and 9B. RGB value is (157,5,155). Sum of RGB (Red+Green+Blue) = 157+5+155=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D059B is #62FA64. Grayscale: #434343. Windows color (decimal): -6486629 or 10159517. OLE color: 10159517.

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

Color convert

RGB1575155-
CMYK00.970.010.38
HSL300.79º93.83%31.76%-
HSV(B)300.79º96.82%61.57%-
XYZ19.889.6431.82-
YUV67.55177.36191.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=49.53%
G=1.58%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157515500.970.010.38300.7993.8331.76
Hex9D59B06112612d5e20
Octal2355233014114645513640
Binary10011101101100110110110000111001101001011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,5,155); }

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

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

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

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

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

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

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