#890E88

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

Shades of Dark Magenta #890E88

Tints of Dark Magenta #890E88

Color information

#890E88 (or 0x890E88) is unknown color: approx Dark Magenta. HEX triplet: 89, 0E and 88. RGB value is (137,14,136). Sum of RGB (Red+Green+Blue) = 137+14+136=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #890E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E88 is #76F177. Grayscale: #404040. Windows color (decimal): -7795064 or 8916617. OLE color: 8916617.

HSL color Cylindrical-coordinate representation of color #890E88: hue angle of 300.49º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E88 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13714136-
CMYK00.900.010.46
HSL300.49º81.46%29.61%-
HSV(B)300.49º89.78%53.73%-
XYZ14.927.4123.94-
YUV64.68168.25179.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=47.74%
G=4.88%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371413600.900.010.46300.4981.4629.61
Hex89E8805A12E12c511e
Octal21116210013215645412136
Binary10001001111010001000010110101101110100101100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890E88; }

 p { color: rgb(137,14,136); }

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

<style>
 a { background-color: #890E88; }

 a { background-color: rgb(137,14,136); }

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

<style>
 span { border-color: #890E88; }

 span { border-color: rgb(137,14,136); }

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