#891A93

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

Shades of Dark Magenta #891A93

Tints of Dark Magenta #891A93

Color information

#891A93 (or 0x891A93) is unknown color: approx Dark Magenta. HEX triplet: 89, 1A and 93. RGB value is (137,26,147). Sum of RGB (Red+Green+Blue) = 137+26+147=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #891A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A93 is #76E56C. Grayscale: #484848. Windows color (decimal): -7791981 or 9640585. OLE color: 9640585.

HSL color Cylindrical-coordinate representation of color #891A93: hue angle of 295.04º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891A93 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13726147-
CMYK0.070.8200.42
HSL295.04º69.94%33.92%-
HSV(B)295.04º82.31%57.65%-
XYZ15.958.1628.34-
YUV72.98169.77173.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=44.19%
G=8.39%
B=47.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137261470.070.8200.42295.0469.9433.92
Hex891A9375202A1274622
Octal21132223712205244710642
Binary100010011101010010011111101001001010101001001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891A93; }

 p { color: rgb(137,26,147); }

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

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

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

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

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

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

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