#9D1C97

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

Shades of Dark Magenta #9D1C97

Tints of Dark Magenta #9D1C97

Color information

#9D1C97 (or 0x9D1C97) is unknown color: approx Dark Magenta. HEX triplet: 9D, 1C and 97. RGB value is (157,28,151). Sum of RGB (Red+Green+Blue) = 157+28+151=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1C97 is #62E368. Grayscale: #505050. Windows color (decimal): -6480745 or 9903261. OLE color: 9903261.

HSL color Cylindrical-coordinate representation of color #9D1C97: hue angle of 302.79º 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 #9D1C97 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15728151-
CMYK00.820.040.38
HSL302.79º69.73%36.27%-
HSV(B)302.79º82.17%61.57%-
XYZ19.9110.2330.2-
YUV80.59167.74182.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=46.73%
G=8.33%
B=44.94%

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
Decimal1572815100.820.040.38302.7969.7336.27
Hex9D1C9705242612f4624
Octal23534227012244645710644
Binary100111011110010010111010100101001001101001011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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