#9D1C96

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

Shades of Dark Magenta #9D1C96

Tints of Dark Magenta #9D1C96

Color information

#9D1C96 (or 0x9D1C96) is unknown color: approx Dark Magenta. HEX triplet: 9D, 1C and 96. RGB value is (157,28,150). Sum of RGB (Red+Green+Blue) = 157+28+150=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1C96 is #62E369. Grayscale: #505050. Windows color (decimal): -6480746 or 9837725. OLE color: 9837725.

HSL color Cylindrical-coordinate representation of color #9D1C96: hue angle of 303.26º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C96 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15728150-
CMYK00.820.040.38
HSL303.26º69.73%36.27%-
HSV(B)303.26º82.17%61.57%-
XYZ19.8210.229.78-
YUV80.48167.24182.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=46.87%
G=8.36%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572815000.820.040.38303.2669.7336.27
Hex9D1C9605242612f4624
Octal23534226012244645710644
Binary100111011110010010110010100101001001101001011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,28,150); }

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

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

 a { background-color: rgb(157,28,150); }

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

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

 span { border-color: rgb(157,28,150); }

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