Html Css Color HEX #991E97 Dark Magenta

📋 copy color: '#991E97'

red 153 ◦ green 30 ◦ blue 151

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

Shades of Dark Magenta #991E97

Tints of Dark Magenta #991E97

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

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

R = 45.81%
G = 8.98%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#991E97 (or 0x991E97) is known color: Dark Magenta. HEX triplet: 99, 1E and 97. RGB value is (153,30,151). Sum of RGB (Red+Green+Blue) = 153+30+151=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #991E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E97 is #66E168. Grayscale: #505050. Windows color (decimal): -6742377 or 9903769. OLE color: 9903769.

HSL color Cylindrical-coordinate representation of color #991E97: hue angle of 300.98º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E97 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 151 -
CMYK 0 0.80 0.01 0.4
HSL 300.98º 0.67% 0.36% -
HSV(B) 300.98º 0.8% 0.6% -
XYZ 19.19 9.94 30.18 -
YUV 80.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 153 30 151 0 0.80 0.01 0.4 300.98 0.67 0.36
Hex 99 1E 97 0 50 1 28 12D 43 24
Octal 231 36 227 0 120 1 50 455 103 44
Binary 10011001 11110 10010111 0 1010000 1 101000 100101101 1000011 100100

Color Harmonies of #991E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E97

Black with #991E97

Text Example


Text Example

White with #991E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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