Html Css Color HEX #991997 Dark Magenta

📋 copy color: '#991997'

red 153 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #991997

Tints of Dark Magenta #991997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 46.5%
G = 7.6%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#991997 (or 0x991997) is known color: Dark Magenta. HEX triplet: 99, 19 and 97. RGB value is (153,25,151). Sum of RGB (Red+Green+Blue) = 153+25+151=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #991997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991997 is #66E668. Grayscale: #4D4D4D. Windows color (decimal): -6743657 or 9902489. OLE color: 9902489.

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

Color convert

RGB 153 25 151 -
CMYK 0 0.84 0.01 0.4
HSL 300.94º 0.72% 0.35% -
HSV(B) 300.94º 0.84% 0.6% -
XYZ 19.07 9.7 30.15 -
YUV 77.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 153 25 151 0 0.84 0.01 0.4 300.94 0.72 0.35
Hex 99 19 97 0 54 1 28 12D 48 23
Octal 231 31 227 0 124 1 50 455 110 43
Binary 10011001 11001 10010111 0 1010100 1 101000 100101101 1001000 100011

Color Harmonies of #991997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991997

Black with #991997

Text Example


Text Example

White with #991997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991997; }

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

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

background-color css

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

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

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

border-color css

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

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

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