#890D9B

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

Shades of Dark Magenta #890D9B

Tints of Dark Magenta #890D9B

Color information

#890D9B (or 0x890D9B) is unknown color: approx Dark Magenta. HEX triplet: 89, 0D and 9B. RGB value is (137,13,155). Sum of RGB (Red+Green+Blue) = 137+13+155=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #890D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D9B is #76F264. Grayscale: #414141. Windows color (decimal): -7795301 or 10161545. OLE color: 10161545.

HSL color Cylindrical-coordinate representation of color #890D9B: hue angle of 292.39º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890D9B is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13713155-
CMYK0.120.9200.39
HSL292.39º84.52%32.94%-
HSV(B)292.39º91.61%60.78%-
XYZ16.387.9731.69-
YUV66.26178.08178.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=44.92%
G=4.26%
B=50.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137131550.120.9200.39292.3984.5232.94
Hex89D9BC5C0271245521
Octal211152331413404744412541
Binary100010011101100110111100101110001001111001001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890D9B; }

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

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

<style>
 a { background-color: #890D9B; }

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

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

<style>
 span { border-color: #890D9B; }

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

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