Html Css Color HEX #991E99 Dark Magenta

📋 copy color: '#991E99'

red 153 ◦ green 30 ◦ blue 153

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

Shades of Dark Magenta #991E99

Tints of Dark Magenta #991E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 45.54%
G = 8.93%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#991E99 (or 0x991E99) is known color: Dark Magenta. HEX triplet: 99, 1E and 99. RGB value is (153,30,153). Sum of RGB (Red+Green+Blue) = 153+30+153=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E99 is #66E166. Grayscale: #505050. Windows color (decimal): -6742375 or 10034841. OLE color: 10034841.

HSL color Cylindrical-coordinate representation of color #991E99: hue angle of 300º 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 #991E99 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 153 -
CMYK 0 0.80 0 0.4
HSL 300º 0.67% 0.36% -
HSV(B) 300º 0.8% 0.6% -
XYZ 19.35 10 31.05 -
YUV 80.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 153 30 153 0 0.80 0 0.4 300 0.67 0.36
Hex 99 1E 99 0 50 0 28 12C 43 24
Octal 231 36 231 0 120 0 50 454 103 44
Binary 10011001 11110 10011001 0 1010000 0 101000 100101100 1000011 100100

Color Harmonies of #991E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E99

Black with #991E99

Text Example


Text Example

White with #991E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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