#9C149E

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

Shades of Dark Magenta #9C149E

Tints of Dark Magenta #9C149E

Color information

#9C149E (or 0x9C149E) is unknown color: approx Dark Magenta. HEX triplet: 9C, 14 and 9E. RGB value is (156,20,158). Sum of RGB (Red+Green+Blue) = 156+20+158=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C149E is #63EB61. Grayscale: #4B4B4B. Windows color (decimal): -6548322 or 10359964. OLE color: 10359964.

HSL color Cylindrical-coordinate representation of color #9C149E: hue angle of 299.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C149E is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15620158-
CMYK0.010.8700.38
HSL299.13º77.53%34.9%-
HSV(B)299.13º87.34%61.96%-
XYZ20.1310.0433.22-
YUV76.4174.06184.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=46.71%
G=5.99%
B=47.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156201580.010.8700.38299.1377.5334.9
Hex9C149E15702612b4e23
Octal23424236112704645311643
Binary1001110010100100111101101011101001101001010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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