#9d1f9c

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

Shades of Dark Magenta #9D1F9C

Tints of Dark Magenta #9D1F9C

Color information

#9D1F9C (or 0x9D1F9C) is unknown color: approx Dark Magenta. HEX triplet: 9D, 1F and 9C. RGB value is (157,31,156). Sum of RGB (Red+Green+Blue) = 157+31+156=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1F9C is #62E063. Grayscale: #525252. Windows color (decimal): -6479972 or 10231709. OLE color: 10231709.

HSL color Cylindrical-coordinate representation of color #9D1F9C: hue angle of 300.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F9C is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15731156-
CMYK00.800.010.38
HSL300.48º67.02%36.86%-
HSV(B)300.48º80.25%61.57%-
XYZ20.410.5532.41-
YUV82.92169.24180.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 31 (12.5% from 255) = 9.01%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=45.64%
G=9.01%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573115600.800.010.38300.4867.0236.86
Hex9D1F9C05012612c4325
Octal23537234012014645410345
Binary1001110111111100111000101000011001101001011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,31,156); }

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

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

 a { background-color: rgb(157,31,156); }

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

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

 span { border-color: rgb(157,31,156); }

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