Html Css Color HEX #990197 Dark Magenta

📋 copy color: '#990197'

red 153 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #990197

Tints of Dark Magenta #990197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 50.16%
G = 0.33%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#990197 (or 0x990197) is known color: Dark Magenta. HEX triplet: 99, 01 and 97. RGB value is (153,1,151). Sum of RGB (Red+Green+Blue) = 153+1+151=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990197 is #66FE68. Grayscale: #3F3F3F. Windows color (decimal): -6749801 or 9896345. OLE color: 9896345.

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

Color convert

RGB 153 1 151 -
CMYK 0 0.99 0.01 0.4
HSL 300.79º 0.99% 0.3% -
HSV(B) 300.79º 0.99% 0.6% -
XYZ 18.73 9.03 30.03 -
YUV 63.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 153 1 151 0 0.99 0.01 0.4 300.79 0.99 0.3
Hex 99 1 97 0 63 1 28 12D 63 1E
Octal 231 1 227 0 143 1 50 455 143 36
Binary 10011001 1 10010111 0 1100011 1 101000 100101101 1100011 11110

Color Harmonies of #990197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990197

Black with #990197

Text Example


Text Example

White with #990197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990197; }

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

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

background-color css

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

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

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

border-color css

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

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

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