#89169D

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

Shades of Dark Magenta #89169D

Tints of Dark Magenta #89169D

Color information

#89169D (or 0x89169D) is unknown color: approx Dark Magenta. HEX triplet: 89, 16 and 9D. RGB value is (137,22,157). Sum of RGB (Red+Green+Blue) = 137+22+157=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #89169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89169D is #76E962. Grayscale: #474747. Windows color (decimal): -7792995 or 10294921. OLE color: 10294921.

HSL color Cylindrical-coordinate representation of color #89169D: hue angle of 291.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89169D is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13722157-
CMYK0.130.8600.38
HSL291.11º75.42%35.1%-
HSV(B)291.11º85.99%61.57%-
XYZ16.698.3332.63-
YUV71.78176.1174.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=43.35%
G=6.96%
B=49.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137221570.130.8600.38291.1175.4235.1
Hex89169DD560261234b23
Octal211262351512604644311343
Binary1000100110110100111011101101011001001101001000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89169D; }

 p { color: rgb(137,22,157); }

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

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

 a { background-color: rgb(137,22,157); }

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

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

 span { border-color: rgb(137,22,157); }

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