#89058E

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

Shades of Dark Magenta #89058E

Tints of Dark Magenta #89058E

Color information

#89058E (or 0x89058E) is unknown color: approx Dark Magenta. HEX triplet: 89, 05 and 8E. RGB value is (137,5,142). Sum of RGB (Red+Green+Blue) = 137+5+142=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #89058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89058E is #76FA71. Grayscale: #3B3B3B. Windows color (decimal): -7797362 or 9307529. OLE color: 9307529.

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

Color convert

RGB1375142-
CMYK0.040.9600.44
HSL297.81º93.2%28.82%-
HSV(B)297.81º96.48%55.69%-
XYZ15.257.3826.21-
YUV60.09174.23182.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 142 (55.86% from 255) = 50%
R=48.24%
G=1.76%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13751420.040.9600.44297.8193.228.82
Hex8958E46002C12a5d1d
Octal2115216414005445213535
Binary100010011011000111010011000000101100100101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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