Html Css Color HEX #890DAA Dark Magenta

📋 copy color: '#890DAA'

red 137 ◦ green 13 ◦ blue 170

#890DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #890DAA

Tints of Dark Magenta #890DAA

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.8% from 255) = 53.13%

R = 42.81%
G = 4.06%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890DAA (or 0x890DAA) is known color: 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

RGB 137 13 170 -
CMYK 0.19 0.92 0 0.33
HSL 287.39º 0.86% 0.36% -
HSV(B) 287.39º 0.92% 0.67% -
XYZ 17.72 8.51 38.74 -
YUV 67.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 137 13 170 0.19 0.92 0 0.33 287.39 0.86 0.36
Hex 89 D AA 13 5C 0 21 11F 56 24
Octal 211 15 252 23 134 0 41 437 126 44
Binary 10001001 1101 10101010 10011 1011100 0 100001 100011111 1010110 100100

Color Harmonies of #890DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DAA

Black with #890DAA

Text Example


Text Example

White with #890DAA

Text Example


Text Example

HTML Codes & Css Web 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>