#9F129A

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

Shades of Dark Magenta #9F129A

Tints of Dark Magenta #9F129A

Color information

#9F129A (or 0x9F129A) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 9A. RGB value is (159,18,154). Sum of RGB (Red+Green+Blue) = 159+18+154=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F129A is #60ED65. Grayscale: #4B4B4B. Windows color (decimal): -6352230 or 10097311. OLE color: 10097311.

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

Color convert

RGB15918154-
CMYK00.890.030.38
HSL302.13º79.66%34.71%-
HSV(B)302.13º88.68%62.35%-
XYZ20.3510.1431.46-
YUV75.66172.21187.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=48.04%
G=5.44%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591815400.890.030.38302.1379.6634.71
Hex9F129A05932612e5023
Octal23722232013134645612043
Binary10011111100101001101001011001111001101001011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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