Html Css Color HEX #890586 Dark Magenta

📋 copy color: '#890586'

red 137 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #890586

Tints of Dark Magenta #890586

RGB

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

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

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

R = 49.64%
G = 1.81%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#890586 (or 0x890586) is known color: Dark Magenta. HEX triplet: 89, 05 and 86. RGB value is (137,5,134). Sum of RGB (Red+Green+Blue) = 137+5+134=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890586 is #76FA79. Grayscale: #3A3A3A. Windows color (decimal): -7797370 or 8783241. OLE color: 8783241.

HSL color Cylindrical-coordinate representation of color #890586: hue angle of 301.36º 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 #890586 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 134 -
CMYK 0 0.96 0.02 0.46
HSL 301.36º 0.93% 0.28% -
HSV(B) 301.36º 0.96% 0.54% -
XYZ 14.67 7.15 23.16 -
YUV 59.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 137 5 134 0 0.96 0.02 0.46 301.36 0.93 0.28
Hex 89 5 86 0 60 2 2E 12D 5D 1C
Octal 211 5 206 0 140 2 56 455 135 34
Binary 10001001 101 10000110 0 1100000 10 101110 100101101 1011101 11100

Color Harmonies of #890586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890586

Black with #890586

Text Example


Text Example

White with #890586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890586; }

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

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

background-color css

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

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

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

border-color css

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

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

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