#891286

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

Shades of Dark Magenta #891286

Tints of Dark Magenta #891286

Color information

#891286 (or 0x891286) is unknown color: approx Dark Magenta. HEX triplet: 89, 12 and 86. RGB value is (137,18,134). Sum of RGB (Red+Green+Blue) = 137+18+134=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891286 is #76ED79. Grayscale: #424242. Windows color (decimal): -7794042 or 8786569. OLE color: 8786569.

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

Color convert

RGB13718134-
CMYK00.870.020.46
HSL301.51º76.77%30.39%-
HSV(B)301.51º86.86%53.73%-
XYZ14.847.4723.21-
YUV66.8165.92178.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=47.40%
G=6.23%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371813400.870.020.46301.5176.7730.39
Hex89128605722E12e4d1e
Octal21122206012725645611536
Binary1000100110010100001100101011110101110100101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891286; }

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

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

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

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

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

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

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

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