#9F0B89

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

Shades of Dark Magenta #9F0B89

Tints of Dark Magenta #9F0B89

Color information

#9F0B89 (or 0x9F0B89) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0B and 89. RGB value is (159,11,137). Sum of RGB (Red+Green+Blue) = 159+11+137=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0B89 is #60F476. Grayscale: #454545. Windows color (decimal): -6354039 or 8981407. OLE color: 8981407.

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

Color convert

RGB15911137-
CMYK00.930.140.38
HSL308.92º87.06%33.33%-
HSV(B)308.92º93.08%62.35%-
XYZ18.939.4224.49-
YUV69.62166.03191.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=51.79%
G=3.58%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591113700.930.140.38308.9287.0633.33
Hex9FB8905DE261355721
Octal237132110135164646512741
Binary100111111011100010010101110111101001101001101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,137); }

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

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

 a { background-color: rgb(159,11,137); }

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

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

 span { border-color: rgb(159,11,137); }

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