#890DAA

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

Shades of Dark Magenta #890DAA

Tints of Dark Magenta #890DAA

Color information

#890DAA (or 0x890DAA) is unknown color: approx Dark Magenta. HEX triplet: 89, 0D and AA. RGB value is (137,13,170). Sum of RGB (Red+Green+Blue) = 137+13+170=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #890DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890DAA is #76F255. Grayscale: #434343. Windows color (decimal): -7795286 or 11144585. OLE color: 11144585.

HSL color Cylindrical-coordinate representation of color #890DAA: hue angle of 287.39º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890DAA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13713170-
CMYK0.190.9200.33
HSL287.39º85.79%35.88%-
HSV(B)287.39º92.35%66.67%-
XYZ17.728.5138.74-
YUV67.97185.58177.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=42.81%
G=4.06%
B=53.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137131700.190.9200.33287.3985.7935.88
Hex89DAA135C02111f5624
Octal211152522313404143712644
Binary1000100111011010101010011101110001000011000111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,13,170); }

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

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

 a { background-color: rgb(137,13,170); }

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

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

 span { border-color: rgb(137,13,170); }

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