#891489

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

Shades of Dark Magenta #891489

Tints of Dark Magenta #891489

Color information

#891489 (or 0x891489) is unknown color: approx Dark Magenta. HEX triplet: 89, 14 and 89. RGB value is (137,20,137). Sum of RGB (Red+Green+Blue) = 137+20+137=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #891489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891489 is #76EB76. Grayscale: #434343. Windows color (decimal): -7793527 or 8983689. OLE color: 8983689.

HSL color Cylindrical-coordinate representation of color #891489: hue angle of 300º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891489 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13720137-
CMYK00.8500.46
HSL300º74.52%30.78%-
HSV(B)300º85.4%53.73%-
XYZ15.087.6224.34-
YUV68.32166.76176.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=46.60%
G=6.80%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372013700.8500.4630074.5230.78
Hex89148905502E12c4b1f
Octal21124211012505645411337
Binary100010011010010001001010101010101110100101100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891489; }

 p { color: rgb(137,20,137); }

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

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

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

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

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

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

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