Html Css Color HEX #900989 Dark Magenta

📋 copy color: '#900989'

red 144 ◦ green 9 ◦ blue 137

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

Shades of Dark Magenta #900989

Tints of Dark Magenta #900989

RGB

 RED value IS 144 (56.64% from 255) = 49.66%

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 49.66%
G = 3.1%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#900989 (or 0x900989) is known color: Dark Magenta. HEX triplet: 90, 09 and 89. RGB value is (144,9,137). Sum of RGB (Red+Green+Blue) = 144+9+137=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #900989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900989 is #6FF676. Grayscale: #3F3F3F. Windows color (decimal): -7337591 or 8980880. OLE color: 8980880.

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

Color convert

RGB 144 9 137 -
CMYK 0 0.94 0.05 0.44
HSL 303.11º 0.88% 0.3% -
HSV(B) 303.11º 0.94% 0.56% -
XYZ 16.11 7.93 24.35 -
YUV 63.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 144 9 137 0 0.94 0.05 0.44 303.11 0.88 0.3
Hex 90 9 89 0 5E 5 2C 12F 58 1E
Octal 220 11 211 0 136 5 54 457 130 36
Binary 10010000 1001 10001001 0 1011110 101 101100 100101111 1011000 11110

Color Harmonies of #900989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900989

Black with #900989

Text Example


Text Example

White with #900989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900989; }

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

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

background-color css

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

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

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

border-color css

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

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

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