#9C1190

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

Shades of Dark Magenta #9C1190

Tints of Dark Magenta #9C1190

Color information

#9C1190 (or 0x9C1190) is unknown color: approx Dark Magenta. HEX triplet: 9C, 11 and 90. RGB value is (156,17,144). Sum of RGB (Red+Green+Blue) = 156+17+144=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1190 is #63EE6F. Grayscale: #484848. Windows color (decimal): -6549104 or 9441692. OLE color: 9441692.

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

Color convert

RGB15617144-
CMYK00.890.080.39
HSL305.18º80.35%33.92%-
HSV(B)305.18º89.1%61.18%-
XYZ18.949.4827.22-
YUV73.04168.05187.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=49.21%
G=5.36%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561714400.890.080.39305.1880.3533.92
Hex9C11900598271315022
Octal234212200131104746112042
Binary1001110010001100100000101100110001001111001100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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