#9B1389

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

Shades of Dark Magenta #9B1389

Tints of Dark Magenta #9B1389

Color information

#9B1389 (or 0x9B1389) is unknown color: approx Dark Magenta. HEX triplet: 9B, 13 and 89. RGB value is (155,19,137). Sum of RGB (Red+Green+Blue) = 155+19+137=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1389 is #64EC76. Grayscale: #484848. Windows color (decimal): -6614135 or 8983451. OLE color: 8983451.

HSL color Cylindrical-coordinate representation of color #9B1389: hue angle of 307.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1389 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15519137-
CMYK00.880.120.39
HSL307.94º78.16%34.12%-
HSV(B)307.94º87.74%60.78%-
XYZ18.279.2424.49-
YUV73.12164.06186.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 19 (7.81% from 255) = 6.11%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=49.84%
G=6.11%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551913700.880.120.39307.9478.1634.12
Hex9B1389058C271344e22
Octal233232110130144746411642
Binary1001101110011100010010101100011001001111001101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,19,137); }

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

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

 a { background-color: rgb(155,19,137); }

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

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

 span { border-color: rgb(155,19,137); }

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