Html Css Color HEX #890FAD Dark Magenta

📋 copy color: '#890FAD'

red 137 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #890FAD

Tints of Dark Magenta #890FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 42.15%
G = 4.62%
B = 53.23%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#890FAD (or 0x890FAD) is known color: Dark Magenta. HEX triplet: 89, 0F and AD. RGB value is (137,15,173). Sum of RGB (Red+Green+Blue) = 137+15+173=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #890FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FAD is #76F052. Grayscale: #444444. Windows color (decimal): -7794771 or 11341705. OLE color: 11341705.

HSL color Cylindrical-coordinate representation of color #890FAD: hue angle of 286.33º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890FAD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 15 173 -
CMYK 0.21 0.91 0 0.32
HSL 286.33º 0.84% 0.37% -
HSV(B) 286.33º 0.91% 0.68% -
XYZ 18.03 8.68 40.26 -
YUV 69.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 137 15 173 0.21 0.91 0 0.32 286.33 0.84 0.37
Hex 89 F AD 15 5B 0 20 11E 54 25
Octal 211 17 255 25 133 0 40 436 124 45
Binary 10001001 1111 10101101 10101 1011011 0 100000 100011110 1010100 100101

Color Harmonies of #890FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FAD

Black with #890FAD

Text Example


Text Example

White with #890FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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