Html Css Color HEX #890FA9 Dark Magenta

📋 copy color: '#890FA9'

red 137 ◦ green 15 ◦ blue 169

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

Shades of Dark Magenta #890FA9

Tints of Dark Magenta #890FA9

RGB

 RED value IS 137 (53.91% from 255) = 42.68%

 GREEN value IS 15 (6.25% from 255) = 4.67%

 BLUE value IS 169 (66.41% from 255) = 52.65%

R = 42.68%
G = 4.67%
B = 52.65%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#890FA9 (or 0x890FA9) is known color: Dark Magenta. HEX triplet: 89, 0F and A9. RGB value is (137,15,169). Sum of RGB (Red+Green+Blue) = 137+15+169=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #890FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FA9 is #76F056. Grayscale: #444444. Windows color (decimal): -7794775 or 11079561. OLE color: 11079561.

HSL color Cylindrical-coordinate representation of color #890FA9: hue angle of 287.53º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890FA9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 15 169 -
CMYK 0.19 0.91 0 0.34
HSL 287.53º 0.84% 0.36% -
HSV(B) 287.53º 0.91% 0.66% -
XYZ 17.65 8.52 38.25 -
YUV 69.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 137 15 169 0.19 0.91 0 0.34 287.53 0.84 0.36
Hex 89 F A9 13 5B 0 22 120 54 24
Octal 211 17 251 23 133 0 42 440 124 44
Binary 10001001 1111 10101001 10011 1011011 0 100010 100100000 1010100 100100

Color Harmonies of #890FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FA9

Black with #890FA9

Text Example


Text Example

White with #890FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #890FA9;
 }
 .AnyTagClassName
 {
   color: #890FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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