#891086

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

Shades of Dark Magenta #891086

Tints of Dark Magenta #891086

Color information

#891086 (or 0x891086) is unknown color: approx Dark Magenta. HEX triplet: 89, 10 and 86. RGB value is (137,16,134). Sum of RGB (Red+Green+Blue) = 137+16+134=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891086 is #76EF79. Grayscale: #414141. Windows color (decimal): -7794554 or 8786057. OLE color: 8786057.

HSL color Cylindrical-coordinate representation of color #891086: hue angle of 301.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891086 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13716134-
CMYK00.880.020.46
HSL301.49º79.08%30%-
HSV(B)301.49º88.32%53.73%-
XYZ14.87.4123.2-
YUV65.63166.59178.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=47.74%
G=5.57%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371613400.880.020.46301.4979.0830
Hex89108605822E12d4f1e
Octal21120206013025645511736
Binary1000100110000100001100101100010101110100101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891086; }

 p { color: rgb(137,16,134); }

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

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

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

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

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

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

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