#9F089B

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

Shades of Dark Magenta #9F089B

Tints of Dark Magenta #9F089B

Color information

#9F089B (or 0x9F089B) is unknown color: approx Dark Magenta. HEX triplet: 9F, 08 and 9B. RGB value is (159,8,155). Sum of RGB (Red+Green+Blue) = 159+8+155=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F089B is #60F764. Grayscale: #454545. Windows color (decimal): -6354789 or 10160287. OLE color: 10160287.

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

Color convert

RGB1598155-
CMYK00.950.030.38
HSL301.59º90.42%32.75%-
HSV(B)301.59º94.97%62.35%-
XYZ20.39.9131.85-
YUV69.91176.03191.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=49.38%
G=2.48%
B=48.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159815500.950.030.38301.5990.4232.75
Hex9F89B05F32612e5a21
Octal23710233013734645613241
Binary1001111110001001101101011111111001101001011101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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