#9C1D97

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

Shades of Dark Magenta #9C1D97

Tints of Dark Magenta #9C1D97

Color information

#9C1D97 (or 0x9C1D97) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1D and 97. RGB value is (156,29,151). Sum of RGB (Red+Green+Blue) = 156+29+151=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D97 is #63E268. Grayscale: #505050. Windows color (decimal): -6546025 or 9903516. OLE color: 9903516.

HSL color Cylindrical-coordinate representation of color #9C1D97: hue angle of 302.36º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D97 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15629151-
CMYK00.810.030.39
HSL302.36º68.65%36.27%-
HSV(B)302.36º81.41%61.18%-
XYZ19.7410.1830.2-
YUV80.88167.58181.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=46.43%
G=8.63%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562915100.810.030.39302.3668.6536.27
Hex9C1D9705132712e4524
Octal23435227012134745610544
Binary10011100111011001011101010001111001111001011101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,29,151); }

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

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

 a { background-color: rgb(156,29,151); }

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

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

 span { border-color: rgb(156,29,151); }

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