#890D97

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

Shades of Dark Magenta #890D97

Tints of Dark Magenta #890D97

Color information

#890D97 (or 0x890D97) is unknown color: approx Dark Magenta. HEX triplet: 89, 0D and 97. RGB value is (137,13,151). Sum of RGB (Red+Green+Blue) = 137+13+151=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #890D97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D97 is #76F268. Grayscale: #414141. Windows color (decimal): -7795305 or 9899401. OLE color: 9899401.

HSL color Cylindrical-coordinate representation of color #890D97: hue angle of 293.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D97 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13713151-
CMYK0.090.9100.41
HSL293.91º84.15%32.16%-
HSV(B)293.91º91.39%59.22%-
XYZ16.057.8429.95-
YUV65.81176.08178.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=45.51%
G=4.32%
B=50.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137131510.090.9100.41293.9184.1532.16
Hex89D9795B0291265420
Octal211152271113305144612440
Binary100010011101100101111001101101101010011001001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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