#9F089D

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

Shades of Dark Magenta #9F089D

Tints of Dark Magenta #9F089D

Color information

#9F089D (or 0x9F089D) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 9D. RGB value is (159,8,157). Sum of RGB (Red+Green+Blue) = 159+8+157=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F089D is #60F762. Grayscale: #454545. Windows color (decimal): -6354787 or 10291359. OLE color: 10291359.

HSL color Cylindrical-coordinate representation of color #9F089D: hue angle of 300.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F089D is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB1598157-
CMYK00.950.010.38
HSL300.79º90.42%32.75%-
HSV(B)300.79º94.97%62.35%-
XYZ20.479.9832.75-
YUV70.13177.03191.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 8 (3.52% from 255) = 2.47%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=49.07%
G=2.47%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159815700.950.010.38300.7990.4232.75
Hex9F89D05F12612d5a21
Octal23710235013714645513241
Binary100111111000100111010101111111001101001011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,157); }

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

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

 a { background-color: rgb(159,8,157); }

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

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

 span { border-color: rgb(159,8,157); }

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