Html Css Color HEX #991389 Dark Magenta

📋 copy color: '#991389'

red 153 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #991389

Tints of Dark Magenta #991389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 49.51%
G = 6.15%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#991389 (or 0x991389) is known color: Dark Magenta. HEX triplet: 99, 13 and 89. RGB value is (153,19,137). Sum of RGB (Red+Green+Blue) = 153+19+137=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #991389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991389 is #66EC76. Grayscale: #484848. Windows color (decimal): -6745207 or 8983449. OLE color: 8983449.

HSL color Cylindrical-coordinate representation of color #991389: hue angle of 307.16º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991389 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 137 -
CMYK 0 0.88 0.10 0.4
HSL 307.16º 0.78% 0.34% -
HSV(B) 307.16º 0.88% 0.6% -
XYZ 17.89 9.04 24.47 -
YUV 72.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 153 19 137 0 0.88 0.10 0.4 307.16 0.78 0.34
Hex 99 13 89 0 58 A 28 133 4E 22
Octal 231 23 211 0 130 12 50 463 116 42
Binary 10011001 10011 10001001 0 1011000 1010 101000 100110011 1001110 100010

Color Harmonies of #991389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991389

Black with #991389

Text Example


Text Example

White with #991389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991389; }

 p { color: rgb(153,19,137); }

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

background-color css

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

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

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

border-color css

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

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

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