#9C1590

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

Shades of Dark Magenta #9C1590

Tints of Dark Magenta #9C1590

Color information

#9C1590 (or 0x9C1590) is unknown color: approx Dark Magenta. HEX triplet: 9C, 15 and 90. RGB value is (156,21,144). Sum of RGB (Red+Green+Blue) = 156+21+144=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1590 is #63EA6F. Grayscale: #4B4B4B. Windows color (decimal): -6548080 or 9442716. OLE color: 9442716.

HSL color Cylindrical-coordinate representation of color #9C1590: hue angle of 305.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1590 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15621144-
CMYK00.870.080.39
HSL305.33º76.27%34.71%-
HSV(B)305.33º86.54%61.18%-
XYZ19.019.6227.24-
YUV75.39166.73185.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=48.60%
G=6.54%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562114400.870.080.39305.3376.2734.71
Hex9C15900578271314c23
Octal234252200127104746111443
Binary1001110010101100100000101011110001001111001100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,21,144); }

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

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

 a { background-color: rgb(156,21,144); }

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

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

 span { border-color: rgb(156,21,144); }

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