#9C0491

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

Shades of Dark Magenta #9C0491

Tints of Dark Magenta #9C0491

Color information

#9C0491 (or 0x9C0491) is unknown color: approx Dark Magenta. HEX triplet: 9C, 04 and 91. RGB value is (156,4,145). Sum of RGB (Red+Green+Blue) = 156+4+145=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0491 is #63FB6E. Grayscale: #414141. Windows color (decimal): -6552431 or 9503900. OLE color: 9503900.

HSL color Cylindrical-coordinate representation of color #9C0491: hue angle of 304.34º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0491 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB1564145-
CMYK00.970.070.39
HSL304.34º95%31.37%-
HSV(B)304.34º97.44%61.18%-
XYZ18.869.227.57-
YUV65.52172.86192.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=51.15%
G=1.31%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156414500.970.070.39304.349531.37
Hex9C4910617271305f1f
Octal2344221014174746013737
Binary100111001001001000101100001111100111100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,4,145); }

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

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

 a { background-color: rgb(156,4,145); }

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

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

 span { border-color: rgb(156,4,145); }

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