#9C1195

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

Shades of Dark Magenta #9C1195

Tints of Dark Magenta #9C1195

Color information

#9C1195 (or 0x9C1195) is unknown color: approx Dark Magenta. HEX triplet: 9C, 11 and 95. RGB value is (156,17,149). Sum of RGB (Red+Green+Blue) = 156+17+149=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1195 is #63EE6A. Grayscale: #494949. Windows color (decimal): -6549099 or 9769372. OLE color: 9769372.

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

Color convert

RGB15617149-
CMYK00.890.040.39
HSL303.02º80.35%33.92%-
HSV(B)303.02º89.1%61.18%-
XYZ19.349.6429.28-
YUV73.61170.55186.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=48.45%
G=5.28%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561714900.890.040.39303.0280.3533.92
Hex9C119505942712f5022
Octal23421225013144745712042
Binary100111001000110010101010110011001001111001011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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