Html Css Color HEX #991591 Dark Magenta

📋 copy color: '#991591'

red 153 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #991591

Tints of Dark Magenta #991591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 47.96%
G = 6.58%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#991591 (or 0x991591) is known color: Dark Magenta. HEX triplet: 99, 15 and 91. RGB value is (153,21,145). Sum of RGB (Red+Green+Blue) = 153+21+145=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #991591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991591 is #66EA6E. Grayscale: #4A4A4A. Windows color (decimal): -6744687 or 9508249. OLE color: 9508249.

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

Color convert

RGB 153 21 145 -
CMYK 0 0.86 0.05 0.4
HSL 303.64º 0.76% 0.34% -
HSV(B) 303.64º 0.86% 0.6% -
XYZ 18.52 9.35 27.62 -
YUV 74.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 153 21 145 0 0.86 0.05 0.4 303.64 0.76 0.34
Hex 99 15 91 0 56 5 28 130 4C 22
Octal 231 25 221 0 126 5 50 460 114 42
Binary 10011001 10101 10010001 0 1010110 101 101000 100110000 1001100 100010

Color Harmonies of #991591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991591

Black with #991591

Text Example


Text Example

White with #991591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991591; }

 p { color: rgb(153,21,145); }

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

background-color css

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

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

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

border-color css

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

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

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