#9F128E

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

Shades of Dark Magenta #9F128E

Tints of Dark Magenta #9F128E

Color information

#9F128E (or 0x9F128E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 8E. RGB value is (159,18,142). Sum of RGB (Red+Green+Blue) = 159+18+142=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F128E is #60ED71. Grayscale: #494949. Windows color (decimal): -6352242 or 9310879. OLE color: 9310879.

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

Color convert

RGB15918142-
CMYK00.890.110.38
HSL307.23º79.66%34.71%-
HSV(B)307.23º88.68%62.35%-
XYZ19.49.7626.45-
YUV74.3166.21188.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=49.84%
G=5.64%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591814200.890.110.38307.2379.6634.71
Hex9F128E059B261335023
Octal237222160131134646312043
Binary1001111110010100011100101100110111001101001100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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