#891198

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

Shades of Dark Magenta #891198

Tints of Dark Magenta #891198

Color information

#891198 (or 0x891198) is unknown color: approx Dark Magenta. HEX triplet: 89, 11 and 98. RGB value is (137,17,152). Sum of RGB (Red+Green+Blue) = 137+17+152=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #891198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891198 is #76EE67. Grayscale: #434343. Windows color (decimal): -7794280 or 9965961. OLE color: 9965961.

HSL color Cylindrical-coordinate representation of color #891198: hue angle of 293.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891198 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13717152-
CMYK0.100.8900.40
HSL293.33º79.88%33.14%-
HSV(B)293.33º88.82%59.61%-
XYZ16.187.9930.39-
YUV68.27175.26177.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=44.77%
G=5.56%
B=49.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137171520.100.8900.40293.3379.8833.14
Hex891198A590281255021
Octal211212301213105044512041
Binary1000100110001100110001010101100101010001001001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891198; }

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

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

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

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

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

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

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

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