Html Css Color HEX #890486 Dark Magenta

📋 copy color: '#890486'

red 137 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #890486

Tints of Dark Magenta #890486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 49.82%
G = 1.45%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#890486 (or 0x890486) is known color: Dark Magenta. HEX triplet: 89, 04 and 86. RGB value is (137,4,134). Sum of RGB (Red+Green+Blue) = 137+4+134=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890486 is #76FB79. Grayscale: #3A3A3A. Windows color (decimal): -7797626 or 8782985. OLE color: 8782985.

HSL color Cylindrical-coordinate representation of color #890486: hue angle of 301.35º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890486 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 134 -
CMYK 0 0.97 0.02 0.46
HSL 301.35º 0.94% 0.28% -
HSV(B) 301.35º 0.97% 0.54% -
XYZ 14.66 7.13 23.16 -
YUV 58.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 137 4 134 0 0.97 0.02 0.46 301.35 0.94 0.28
Hex 89 4 86 0 61 2 2E 12D 5E 1C
Octal 211 4 206 0 141 2 56 455 136 34
Binary 10001001 100 10000110 0 1100001 10 101110 100101101 1011110 11100

Color Harmonies of #890486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890486

Black with #890486

Text Example


Text Example

White with #890486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890486; }

 p { color: rgb(137,4,134); }

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

background-color css

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

 a { background-color: rgb(137,4,134); }

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

border-color css

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

 span { border-color: rgb(137,4,134); }

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