Html Css Color HEX #890490 Dark Magenta

📋 copy color: '#890490'

red 137 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #890490

Tints of Dark Magenta #890490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 48.07%
G = 1.4%
B = 50.53%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#890490 (or 0x890490) is known color: Dark Magenta. HEX triplet: 89, 04 and 90. RGB value is (137,4,144). Sum of RGB (Red+Green+Blue) = 137+4+144=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #890490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890490 is #76FB6F. Grayscale: #3B3B3B. Windows color (decimal): -7797616 or 9438345. OLE color: 9438345.

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

Color convert

RGB 137 4 144 -
CMYK 0.05 0.97 0 0.44
HSL 297º 0.95% 0.29% -
HSV(B) 297º 0.97% 0.56% -
XYZ 15.39 7.42 27.01 -
YUV 59.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 137 4 144 0.05 0.97 0 0.44 297 0.95 0.29
Hex 89 4 90 5 61 0 2C 129 5F 1D
Octal 211 4 220 5 141 0 54 451 137 35
Binary 10001001 100 10010000 101 1100001 0 101100 100101001 1011111 11101

Color Harmonies of #890490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890490

Black with #890490

Text Example


Text Example

White with #890490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890490; }

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

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

background-color css

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

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

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

border-color css

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

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

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