Html Css Color HEX #890491 Dark Magenta

📋 copy color: '#890491'

red 137 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #890491

Tints of Dark Magenta #890491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 47.9%
G = 1.4%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890491 (or 0x890491) is known color: Dark Magenta. HEX triplet: 89, 04 and 91. RGB value is (137,4,145). Sum of RGB (Red+Green+Blue) = 137+4+145=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #890491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890491 is #76FB6E. Grayscale: #3B3B3B. Windows color (decimal): -7797615 or 9503881. OLE color: 9503881.

HSL color Cylindrical-coordinate representation of color #890491: hue angle of 296.6º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890491 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 4 145 -
CMYK 0.06 0.97 0 0.43
HSL 296.6º 0.95% 0.29% -
HSV(B) 296.6º 0.97% 0.57% -
XYZ 15.47 7.45 27.41 -
YUV 59.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 137 4 145 0.06 0.97 0 0.43 296.6 0.95 0.29
Hex 89 4 91 6 61 0 2B 129 5F 1D
Octal 211 4 221 6 141 0 53 451 137 35
Binary 10001001 100 10010001 110 1100001 0 101011 100101001 1011111 11101

Color Harmonies of #890491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890491

Black with #890491

Text Example


Text Example

White with #890491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890491; }

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

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

background-color css

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

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

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

border-color css

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

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

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