Html Css Color HEX #890DAC Dark Magenta

📋 copy color: '#890DAC'

red 137 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #890DAC

Tints of Dark Magenta #890DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 42.55%
G = 4.04%
B = 53.42%

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

#890DAC (or 0x890DAC) is known color: Dark Magenta. HEX triplet: 89, 0D and AC. RGB value is (137,13,172). Sum of RGB (Red+Green+Blue) = 137+13+172=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #890DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890DAC is #76F253. Grayscale: #434343. Windows color (decimal): -7795284 or 11275657. OLE color: 11275657.

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

Color convert

RGB 137 13 172 -
CMYK 0.20 0.92 0 0.33
HSL 286.79º 0.86% 0.36% -
HSV(B) 286.79º 0.92% 0.67% -
XYZ 17.91 8.58 39.74 -
YUV 68.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 137 13 172 0.20 0.92 0 0.33 286.79 0.86 0.36
Hex 89 D AC 14 5C 0 21 11F 56 24
Octal 211 15 254 24 134 0 41 437 126 44
Binary 10001001 1101 10101100 10100 1011100 0 100001 100011111 1010110 100100

Color Harmonies of #890DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DAC

Black with #890DAC

Text Example


Text Example

White with #890DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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