#9C149F

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

Shades of Dark Magenta #9C149F

Tints of Dark Magenta #9C149F

Color information

#9C149F (or 0x9C149F) is unknown color: approx Dark Magenta. HEX triplet: 9C, 14 and 9F. RGB value is (156,20,159). Sum of RGB (Red+Green+Blue) = 156+20+159=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C149F is #63EB60. Grayscale: #4C4C4C. Windows color (decimal): -6548321 or 10425500. OLE color: 10425500.

HSL color Cylindrical-coordinate representation of color #9C149F: hue angle of 298.71º 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 #9C149F is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15620159-
CMYK0.020.8700.38
HSL298.71º77.65%35.1%-
HSV(B)298.71º87.42%62.35%-
XYZ20.2210.0733.68-
YUV76.51174.56184.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=46.57%
G=5.97%
B=47.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156201590.020.8700.38298.7177.6535.1
Hex9C149F25702612b4e23
Octal23424237212704645311643
Binary10011100101001001111110101011101001101001010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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