Html Css Color HEX #990997 Dark Magenta

📋 copy color: '#990997'

red 153 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #990997

Tints of Dark Magenta #990997

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

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

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

R = 48.88%
G = 2.88%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#990997 (or 0x990997) is known color: Dark Magenta. HEX triplet: 99, 09 and 97. RGB value is (153,9,151). Sum of RGB (Red+Green+Blue) = 153+9+151=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #990997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990997 is #66F668. Grayscale: #434343. Windows color (decimal): -6747753 or 9898393. OLE color: 9898393.

HSL color Cylindrical-coordinate representation of color #990997: hue angle of 300.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990997 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 151 -
CMYK 0 0.94 0.01 0.4
HSL 300.83º 0.89% 0.32% -
HSV(B) 300.83º 0.94% 0.6% -
XYZ 18.82 9.2 30.06 -
YUV 68.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 153 9 151 0 0.94 0.01 0.4 300.83 0.89 0.32
Hex 99 9 97 0 5E 1 28 12D 59 20
Octal 231 11 227 0 136 1 50 455 131 40
Binary 10011001 1001 10010111 0 1011110 1 101000 100101101 1011001 100000

Color Harmonies of #990997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990997

Black with #990997

Text Example


Text Example

White with #990997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990997; }

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

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

background-color css

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

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

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

border-color css

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

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

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