#9C128A

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

Shades of Dark Magenta #9C128A

Tints of Dark Magenta #9C128A

Color information

#9C128A (or 0x9C128A) is unknown color: approx Dark Magenta. HEX triplet: 9C, 12 and 8A. RGB value is (156,18,138). Sum of RGB (Red+Green+Blue) = 156+18+138=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C128A is #63ED75. Grayscale: #484848. Windows color (decimal): -6548854 or 9048732. OLE color: 9048732.

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

Color convert

RGB15618138-
CMYK00.880.120.39
HSL307.83º79.31%34.12%-
HSV(B)307.83º88.46%61.18%-
XYZ18.519.3424.87-
YUV72.94164.72187.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=50%
G=5.77%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561813800.880.120.39307.8379.3134.12
Hex9C128A058C271344f22
Octal234222120130144746411742
Binary1001110010010100010100101100011001001111001101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,18,138); }

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

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

 a { background-color: rgb(156,18,138); }

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

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

 span { border-color: rgb(156,18,138); }

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