#89008F

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

Shades of Dark Magenta #89008F

Tints of Dark Magenta #89008F

Color information

#89008F (or 0x89008F) is unknown color: approx Dark Magenta. HEX triplet: 89, 00 and 8F. RGB value is (137,0,143). Sum of RGB (Red+Green+Blue) = 137+0+143=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #89008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89008F is #76FF70. Grayscale: #383838. Windows color (decimal): -7798641 or 9371785. OLE color: 9371785.

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

Color convert

RGB1370143-
CMYK0.04100.44
HSL297.48º100%28.04%-
HSV(B)297.48º100%56.08%-
XYZ15.277.326.59-
YUV57.26176.39184.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 51.07%
R=48.93%
G=0%
B=51.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13701430.04100.44297.4810028.04
Hex8908F46402C129641c
Octal2110217414405445114434
Binary1000100101000111110011001000101100100101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89008F; }

 p { color: rgb(137,0,143); }

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

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

 a { background-color: rgb(137,0,143); }

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

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

 span { border-color: rgb(137,0,143); }

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