Html Css Color HEX #900988 Dark Magenta

📋 copy color: '#900988'

red 144 ◦ green 9 ◦ blue 136

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

Shades of Dark Magenta #900988

Tints of Dark Magenta #900988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 49.83%
G = 3.11%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900988 (or 0x900988) is known color: Dark Magenta. HEX triplet: 90, 09 and 88. RGB value is (144,9,136). Sum of RGB (Red+Green+Blue) = 144+9+136=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #900988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900988 is #6FF677. Grayscale: #3F3F3F. Windows color (decimal): -7337592 or 8915344. OLE color: 8915344.

HSL color Cylindrical-coordinate representation of color #900988: hue angle of 303.56º 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 #900988 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 136 -
CMYK 0 0.94 0.06 0.44
HSL 303.56º 0.88% 0.3% -
HSV(B) 303.56º 0.94% 0.56% -
XYZ 16.04 7.9 23.97 -
YUV 63.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 144 9 136 0 0.94 0.06 0.44 303.56 0.88 0.3
Hex 90 9 88 0 5E 6 2C 130 58 1E
Octal 220 11 210 0 136 6 54 460 130 36
Binary 10010000 1001 10001000 0 1011110 110 101100 100110000 1011000 11110

Color Harmonies of #900988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900988

Black with #900988

Text Example


Text Example

White with #900988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900988; }

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

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

background-color css

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

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

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

border-color css

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

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

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