#891194

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

Shades of Dark Magenta #891194

Tints of Dark Magenta #891194

Color information

#891194 (or 0x891194) is unknown color: approx Dark Magenta. HEX triplet: 89, 11 and 94. RGB value is (137,17,148). Sum of RGB (Red+Green+Blue) = 137+17+148=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #891194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891194 is #76EE6B. Grayscale: #434343. Windows color (decimal): -7794284 or 9703817. OLE color: 9703817.

HSL color Cylindrical-coordinate representation of color #891194: hue angle of 294.96º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891194 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13717148-
CMYK0.070.8900.42
HSL294.96º79.39%32.35%-
HSV(B)294.96º88.51%58.04%-
XYZ15.867.8628.7-
YUV67.81173.26177.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=45.36%
G=5.63%
B=49.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137171480.070.8900.42294.9679.3932.35
Hex89119475902A1274f20
Octal21121224713105244711740
Binary100010011000110010100111101100101010101001001111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891194; }

 p { color: rgb(137,17,148); }

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

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

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

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

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

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

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