#9F128B

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

Shades of Dark Magenta #9F128B

Tints of Dark Magenta #9F128B

Color information

#9F128B (or 0x9F128B) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 8B. RGB value is (159,18,139). Sum of RGB (Red+Green+Blue) = 159+18+139=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F128B is #60ED74. Grayscale: #494949. Windows color (decimal): -6352245 or 9114271. OLE color: 9114271.

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

Color convert

RGB15918139-
CMYK00.890.130.38
HSL308.51º79.66%34.71%-
HSV(B)308.51º88.68%62.35%-
XYZ19.179.6725.28-
YUV73.95164.71188.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=50.32%
G=5.70%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591813900.890.130.38308.5179.6634.71
Hex9F128B059D261355023
Octal237222130131154646512043
Binary1001111110010100010110101100111011001101001101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,139); }

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

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

 a { background-color: rgb(159,18,139); }

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

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

 span { border-color: rgb(159,18,139); }

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