Html Css Color HEX #900997 Dark Magenta

📋 copy color: '#900997'

red 144 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #900997

Tints of Dark Magenta #900997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 47.37%
G = 2.96%
B = 49.67%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#900997 (or 0x900997) is known color: Dark Magenta. HEX triplet: 90, 09 and 97. RGB value is (144,9,151). Sum of RGB (Red+Green+Blue) = 144+9+151=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #900997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900997 is #6FF668. Grayscale: #414141. Windows color (decimal): -7337577 or 9898384. OLE color: 9898384.

HSL color Cylindrical-coordinate representation of color #900997: hue angle of 297.04º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900997 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 9 151 -
CMYK 0.05 0.94 0 0.41
HSL 297.04º 0.89% 0.31% -
HSV(B) 297.04º 0.94% 0.59% -
XYZ 17.19 8.36 29.99 -
YUV 65.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 144 9 151 0.05 0.94 0 0.41 297.04 0.89 0.31
Hex 90 9 97 5 5E 0 29 129 59 1F
Octal 220 11 227 5 136 0 51 451 131 37
Binary 10010000 1001 10010111 101 1011110 0 101001 100101001 1011001 11111

Color Harmonies of #900997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900997

Black with #900997

Text Example


Text Example

White with #900997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900997; }

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

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

background-color css

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

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

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

border-color css

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

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

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