#9D169B

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

Shades of Dark Magenta #9D169B

Tints of Dark Magenta #9D169B

Color information

#9D169B (or 0x9D169B) is unknown color: approx Dark Magenta. HEX triplet: 9D, 16 and 9B. RGB value is (157,22,155). Sum of RGB (Red+Green+Blue) = 157+22+155=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D169B is #62E964. Grayscale: #4D4D4D. Windows color (decimal): -6482277 or 10163869. OLE color: 10163869.

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

Color convert

RGB15722155-
CMYK00.860.010.38
HSL300.89º75.42%35.1%-
HSV(B)300.89º85.99%61.57%-
XYZ20.1110.1131.9-
YUV77.53171.73184.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 22 (8.98% from 255) = 6.59%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=47.01%
G=6.59%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572215500.860.010.38300.8975.4235.1
Hex9D169B05612612d4b23
Octal23526233012614645511343
Binary1001110110110100110110101011011001101001011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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