Html Css Color HEX #991897 Dark Magenta

📋 copy color: '#991897'

red 153 ◦ green 24 ◦ blue 151

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

Shades of Dark Magenta #991897

Tints of Dark Magenta #991897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 46.65%
G = 7.32%
B = 46.04%

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

#991897 (or 0x991897) is known color: Dark Magenta. HEX triplet: 99, 18 and 97. RGB value is (153,24,151). Sum of RGB (Red+Green+Blue) = 153+24+151=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #991897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991897 is #66E768. Grayscale: #4C4C4C. Windows color (decimal): -6743913 or 9902233. OLE color: 9902233.

HSL color Cylindrical-coordinate representation of color #991897: hue angle of 300.93º degrees, saturation: 0.73, 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 #991897 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 151 -
CMYK 0 0.84 0.01 0.4
HSL 300.93º 0.73% 0.35% -
HSV(B) 300.93º 0.84% 0.6% -
XYZ 19.05 9.66 30.14 -
YUV 77.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 153 24 151 0 0.84 0.01 0.4 300.93 0.73 0.35
Hex 99 18 97 0 54 1 28 12D 49 23
Octal 231 30 227 0 124 1 50 455 111 43
Binary 10011001 11000 10010111 0 1010100 1 101000 100101101 1001001 100011

Color Harmonies of #991897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991897

Black with #991897

Text Example


Text Example

White with #991897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991897; }

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

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

background-color css

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

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

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

border-color css

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

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

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