Html Css Color HEX #991995 Dark Magenta

📋 copy color: '#991995'

red 153 ◦ green 25 ◦ blue 149

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

Shades of Dark Magenta #991995

Tints of Dark Magenta #991995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 46.79%
G = 7.65%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#991995 (or 0x991995) is known color: Dark Magenta. HEX triplet: 99, 19 and 95. RGB value is (153,25,149). Sum of RGB (Red+Green+Blue) = 153+25+149=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #991995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991995 is #66E66A. Grayscale: #4D4D4D. Windows color (decimal): -6743659 or 9771417. OLE color: 9771417.

HSL color Cylindrical-coordinate representation of color #991995: hue angle of 301.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991995 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 149 -
CMYK 0 0.84 0.03 0.4
HSL 301.88º 0.72% 0.35% -
HSV(B) 301.88º 0.84% 0.6% -
XYZ 18.91 9.64 29.3 -
YUV 77.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 153 25 149 0 0.84 0.03 0.4 301.88 0.72 0.35
Hex 99 19 95 0 54 3 28 12E 48 23
Octal 231 31 225 0 124 3 50 456 110 43
Binary 10011001 11001 10010101 0 1010100 11 101000 100101110 1001000 100011

Color Harmonies of #991995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991995

Black with #991995

Text Example


Text Example

White with #991995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991995; }

 p { color: rgb(153,25,149); }

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

background-color css

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

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

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

border-color css

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

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

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