#9C149A

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

Shades of Dark Magenta #9C149A

Tints of Dark Magenta #9C149A

Color information

#9C149A (or 0x9C149A) is unknown color: approx Dark Magenta. HEX triplet: 9C, 14 and 9A. RGB value is (156,20,154). Sum of RGB (Red+Green+Blue) = 156+20+154=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C149A is #63EB65. Grayscale: #4B4B4B. Windows color (decimal): -6548326 or 10097820. OLE color: 10097820.

HSL color Cylindrical-coordinate representation of color #9C149A: hue angle of 300.88º degrees, saturation: 0.77, 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 #9C149A is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15620154-
CMYK00.870.010.39
HSL300.88º77.27%34.51%-
HSV(B)300.88º87.18%61.18%-
XYZ19.799.931.44-
YUV75.94172.06185.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=47.27%
G=6.06%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562015400.870.010.39300.8877.2734.51
Hex9C149A05712712d4d23
Octal23424232012714745511543
Binary1001110010100100110100101011111001111001011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,20,154); }

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

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

 a { background-color: rgb(156,20,154); }

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

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

 span { border-color: rgb(156,20,154); }

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