#89158B

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

Shades of Dark Magenta #89158B

Tints of Dark Magenta #89158B

Color information

#89158B (or 0x89158B) is unknown color: approx Dark Magenta. HEX triplet: 89, 15 and 8B. RGB value is (137,21,139). Sum of RGB (Red+Green+Blue) = 137+21+139=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #89158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89158B is #76EA74. Grayscale: #444444. Windows color (decimal): -7793269 or 9115017. OLE color: 9115017.

HSL color Cylindrical-coordinate representation of color #89158B: hue angle of 298.98º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89158B is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13721139-
CMYK0.010.8500.45
HSL298.98º73.75%31.37%-
HSV(B)298.98º84.89%54.51%-
XYZ15.247.7225.11-
YUV69.14167.43176.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=46.13%
G=7.07%
B=46.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137211390.010.8500.45298.9873.7531.37
Hex89158B15502D12b4a1f
Octal21125213112505545311237
Binary100010011010110001011110101010101101100101011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89158B; }

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

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

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

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

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

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

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

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