#9f138d

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

Shades of Dark Magenta #9F138D

Tints of Dark Magenta #9F138D

Color information

#9F138D (or 0x9F138D) is unknown color: approx Dark Magenta. HEX triplet: 9F, 13 and 8D. RGB value is (159,19,141). Sum of RGB (Red+Green+Blue) = 159+19+141=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138D is #60EC72. Grayscale: #4A4A4A. Windows color (decimal): -6351987 or 9245599. OLE color: 9245599.

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

Color convert

RGB15919141-
CMYK00.880.110.38
HSL307.71º78.65%34.9%-
HSV(B)307.71º88.05%62.35%-
XYZ19.349.7626.06-
YUV74.77165.38188.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 19 (7.81% from 255) = 5.96%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=49.84%
G=5.96%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591914100.880.110.38307.7178.6534.9
Hex9F138D058B261344f23
Octal237232150130134646411743
Binary1001111110011100011010101100010111001101001101001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f138d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,141); }

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

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

 a { background-color: rgb(159,19,141); }

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

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

 span { border-color: rgb(159,19,141); }

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