Html Css Color HEX #890EAB Dark Magenta

📋 copy color: '#890EAB'

red 137 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #890EAB

Tints of Dark Magenta #890EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 42.55%
G = 4.35%
B = 53.11%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890EAB (or 0x890EAB) is known color: Dark Magenta. HEX triplet: 89, 0E and AB. RGB value is (137,14,171). Sum of RGB (Red+Green+Blue) = 137+14+171=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #890EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890EAB is #76F154. Grayscale: #444444. Windows color (decimal): -7795029 or 11210377. OLE color: 11210377.

HSL color Cylindrical-coordinate representation of color #890EAB: hue angle of 287.01º degrees, saturation: 0.85, 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 #890EAB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 14 171 -
CMYK 0.20 0.92 0 0.33
HSL 287.01º 0.85% 0.36% -
HSV(B) 287.01º 0.92% 0.67% -
XYZ 17.82 8.57 39.24 -
YUV 68.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 137 14 171 0.20 0.92 0 0.33 287.01 0.85 0.36
Hex 89 E AB 14 5C 0 21 11F 55 24
Octal 211 16 253 24 134 0 41 437 125 44
Binary 10001001 1110 10101011 10100 1011100 0 100001 100011111 1010101 100100

Color Harmonies of #890EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EAB

Black with #890EAB

Text Example


Text Example

White with #890EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,171); }

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

background-color css

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

 a { background-color: rgb(137,14,171); }

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

border-color css

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

 span { border-color: rgb(137,14,171); }

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