Html Css Color HEX #991096 Dark Magenta

📋 copy color: '#991096'

red 153 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #991096

Tints of Dark Magenta #991096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 47.96%
G = 5.02%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#991096 (or 0x991096) is known color: Dark Magenta. HEX triplet: 99, 10 and 96. RGB value is (153,16,150). Sum of RGB (Red+Green+Blue) = 153+16+150=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #991096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991096 is #66EF69. Grayscale: #474747. Windows color (decimal): -6745962 or 9834649. OLE color: 9834649.

HSL color Cylindrical-coordinate representation of color #991096: hue angle of 301.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991096 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 150 -
CMYK 0 0.90 0.02 0.4
HSL 301.31º 0.81% 0.33% -
HSV(B) 301.31º 0.9% 0.6% -
XYZ 18.83 9.34 29.67 -
YUV 72.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 153 16 150 0 0.90 0.02 0.4 301.31 0.81 0.33
Hex 99 10 96 0 5A 2 28 12D 51 21
Octal 231 20 226 0 132 2 50 455 121 41
Binary 10011001 10000 10010110 0 1011010 10 101000 100101101 1010001 100001

Color Harmonies of #991096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991096

Black with #991096

Text Example


Text Example

White with #991096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991096; }

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

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

background-color css

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

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

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

border-color css

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

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

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