Html Css Color HEX #991496 Dark Magenta

📋 copy color: '#991496'

red 153 ◦ green 20 ◦ blue 150

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

Shades of Dark Magenta #991496

Tints of Dark Magenta #991496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 47.37%
G = 6.19%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#991496 (or 0x991496) is known color: Dark Magenta. HEX triplet: 99, 14 and 96. RGB value is (153,20,150). Sum of RGB (Red+Green+Blue) = 153+20+150=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #991496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991496 is #66EB69. Grayscale: #4A4A4A. Windows color (decimal): -6744938 or 9835673. OLE color: 9835673.

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

Color convert

RGB 153 20 150 -
CMYK 0 0.87 0.02 0.4
HSL 301.35º 0.77% 0.34% -
HSV(B) 301.35º 0.87% 0.6% -
XYZ 18.89 9.47 29.69 -
YUV 74.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 153 20 150 0 0.87 0.02 0.4 301.35 0.77 0.34
Hex 99 14 96 0 57 2 28 12D 4D 22
Octal 231 24 226 0 127 2 50 455 115 42
Binary 10011001 10100 10010110 0 1010111 10 101000 100101101 1001101 100010

Color Harmonies of #991496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991496

Black with #991496

Text Example


Text Example

White with #991496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991496; }

 p { color: rgb(153,20,150); }

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

background-color css

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

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

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

border-color css

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

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

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