Html Css Color HEX #990591 Dark Magenta

📋 copy color: '#990591'

red 153 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #990591

Tints of Dark Magenta #990591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 50.5%
G = 1.65%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990591 (or 0x990591) is known color: Dark Magenta. HEX triplet: 99, 05 and 91. RGB value is (153,5,145). Sum of RGB (Red+Green+Blue) = 153+5+145=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #990591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990591 is #66FA6E. Grayscale: #404040. Windows color (decimal): -6748783 or 9504153. OLE color: 9504153.

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

Color convert

RGB 153 5 145 -
CMYK 0 0.97 0.05 0.4
HSL 303.24º 0.94% 0.31% -
HSV(B) 303.24º 0.97% 0.6% -
XYZ 18.3 8.93 27.55 -
YUV 65.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 153 5 145 0 0.97 0.05 0.4 303.24 0.94 0.31
Hex 99 5 91 0 61 5 28 12F 5E 1F
Octal 231 5 221 0 141 5 50 457 136 37
Binary 10011001 101 10010001 0 1100001 101 101000 100101111 1011110 11111

Color Harmonies of #990591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990591

Black with #990591

Text Example


Text Example

White with #990591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990591; }

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

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

background-color css

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

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

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

border-color css

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

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

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