Html Css Color HEX #890584 Dark Magenta

📋 copy color: '#890584'

red 137 ◦ green 5 ◦ blue 132

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

Shades of Dark Magenta #890584

Tints of Dark Magenta #890584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 50%
G = 1.82%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#890584 (or 0x890584) is known color: Dark Magenta. HEX triplet: 89, 05 and 84. RGB value is (137,5,132). Sum of RGB (Red+Green+Blue) = 137+5+132=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #890584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890584 is #76FA7B. Grayscale: #3A3A3A. Windows color (decimal): -7797372 or 8652169. OLE color: 8652169.

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

Color convert

RGB 137 5 132 -
CMYK 0 0.96 0.04 0.46
HSL 302.27º 0.93% 0.28% -
HSV(B) 302.27º 0.96% 0.54% -
XYZ 14.54 7.09 22.43 -
YUV 58.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 137 5 132 0 0.96 0.04 0.46 302.27 0.93 0.28
Hex 89 5 84 0 60 4 2E 12E 5D 1C
Octal 211 5 204 0 140 4 56 456 135 34
Binary 10001001 101 10000100 0 1100000 100 101110 100101110 1011101 11100

Color Harmonies of #890584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890584

Black with #890584

Text Example


Text Example

White with #890584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890584; }

 p { color: rgb(137,5,132); }

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

background-color css

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

 a { background-color: rgb(137,5,132); }

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

border-color css

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

 span { border-color: rgb(137,5,132); }

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