#890FA5

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

Shades of Dark Magenta #890FA5

Tints of Dark Magenta #890FA5

Color information

#890FA5 (or 0x890FA5) is unknown color: approx Dark Magenta. HEX triplet: 89, 0F and A5. RGB value is (137,15,165). Sum of RGB (Red+Green+Blue) = 137+15+165=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #890FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FA5 is #76F05A. Grayscale: #444444. Windows color (decimal): -7794779 or 10817417. OLE color: 10817417.

HSL color Cylindrical-coordinate representation of color #890FA5: hue angle of 288.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890FA5 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13715165-
CMYK0.170.9100.35
HSL288.8º83.33%35.29%-
HSV(B)288.8º90.91%64.71%-
XYZ17.288.3836.3-
YUV68.58182.42176.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=43.22%
G=4.73%
B=52.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137151650.170.9100.35288.883.3335.29
Hex89FA5115B0231215323
Octal211172452113304344112343
Binary1000100111111010010110001101101101000111001000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,15,165); }

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

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

 a { background-color: rgb(137,15,165); }

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

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

 span { border-color: rgb(137,15,165); }

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