#89159E

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

Shades of Dark Magenta #89159E

Tints of Dark Magenta #89159E

Color information

#89159E (or 0x89159E) is unknown color: approx Dark Magenta. HEX triplet: 89, 15 and 9E. RGB value is (137,21,158). Sum of RGB (Red+Green+Blue) = 137+21+158=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #89159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89159E is #76EA61. Grayscale: #464646. Windows color (decimal): -7793250 or 10360201. OLE color: 10360201.

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

Color convert

RGB13721158-
CMYK0.130.8700.38
HSL290.8º76.54%35.1%-
HSV(B)290.8º86.71%61.96%-
XYZ16.768.3233.07-
YUV71.3176.93174.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 158 (62.11% from 255) = 50%
R=43.35%
G=6.65%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137211580.130.8700.38290.876.5435.1
Hex89159ED570261234d23
Octal211252361512704644311543
Binary1000100110101100111101101101011101001101001000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,21,158); }

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

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

 a { background-color: rgb(137,21,158); }

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

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

 span { border-color: rgb(137,21,158); }

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