#89178E

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

Shades of Dark Magenta #89178E

Tints of Dark Magenta #89178E

Color information

#89178E (or 0x89178E) is unknown color: approx Dark Magenta. HEX triplet: 89, 17 and 8E. RGB value is (137,23,142). Sum of RGB (Red+Green+Blue) = 137+23+142=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #89178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89178E is #76E871. Grayscale: #464646. Windows color (decimal): -7792754 or 9312137. OLE color: 9312137.

HSL color Cylindrical-coordinate representation of color #89178E: hue angle of 297.48º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89178E is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13723142-
CMYK0.040.8400.44
HSL297.48º72.12%32.35%-
HSV(B)297.48º83.8%55.69%-
XYZ15.517.8826.3-
YUV70.65168.27175.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 23 (9.38% from 255) = 7.62%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=45.36%
G=7.62%
B=47.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137231420.040.8400.44297.4872.1232.35
Hex89178E45402C1294820
Octal21127216412405445111040
Binary100010011011110001110100101010001011001001010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89178E; }

 p { color: rgb(137,23,142); }

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

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

 a { background-color: rgb(137,23,142); }

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

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

 span { border-color: rgb(137,23,142); }

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