#9F138A

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

Shades of Dark Magenta #9F138A

Tints of Dark Magenta #9F138A

Color information

#9F138A (or 0x9F138A) is unknown color: approx Dark Magenta. HEX triplet: 9F, 13 and 8A. RGB value is (159,19,138). Sum of RGB (Red+Green+Blue) = 159+19+138=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138A is #60EC75. Grayscale: #4A4A4A. Windows color (decimal): -6351990 or 9048991. OLE color: 9048991.

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

Color convert

RGB15919138-
CMYK00.880.130.38
HSL309º78.65%34.9%-
HSV(B)309º88.05%62.35%-
XYZ19.129.6724.9-
YUV74.43163.88188.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=50.32%
G=6.01%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591913800.880.130.3830978.6534.9
Hex9F138A058D261354f23
Octal237232120130154646511743
Binary1001111110011100010100101100011011001101001101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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