#9C1D96

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

Shades of Dark Magenta #9C1D96

Tints of Dark Magenta #9C1D96

Color information

#9C1D96 (or 0x9C1D96) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1D and 96. RGB value is (156,29,150). Sum of RGB (Red+Green+Blue) = 156+29+150=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D96 is #63E269. Grayscale: #505050. Windows color (decimal): -6546026 or 9837980. OLE color: 9837980.

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

Color convert

RGB15629150-
CMYK00.810.040.39
HSL302.83º68.65%36.27%-
HSV(B)302.83º81.41%61.18%-
XYZ19.6510.1529.78-
YUV80.77167.08181.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=46.57%
G=8.66%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562915000.810.040.39302.8368.6536.27
Hex9C1D9605142712f4524
Octal23435226012144745710544
Binary100111001110110010110010100011001001111001011111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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