Html Css Color HEX #990491 Dark Magenta

📋 copy color: '#990491'

red 153 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #990491

Tints of Dark Magenta #990491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 50.66%
G = 1.32%
B = 48.01%

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

#990491 (or 0x990491) is known color: Dark Magenta. HEX triplet: 99, 04 and 91. RGB value is (153,4,145). Sum of RGB (Red+Green+Blue) = 153+4+145=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #990491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990491 is #66FB6E. Grayscale: #404040. Windows color (decimal): -6749039 or 9503897. OLE color: 9503897.

HSL color Cylindrical-coordinate representation of color #990491: hue angle of 303.22º degrees, saturation: 0.95, 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 #990491 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 145 -
CMYK 0 0.97 0.05 0.4
HSL 303.22º 0.95% 0.31% -
HSV(B) 303.22º 0.97% 0.6% -
XYZ 18.29 8.9 27.54 -
YUV 64.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 153 4 145 0 0.97 0.05 0.4 303.22 0.95 0.31
Hex 99 4 91 0 61 5 28 12F 5F 1F
Octal 231 4 221 0 141 5 50 457 137 37
Binary 10011001 100 10010001 0 1100001 101 101000 100101111 1011111 11111

Color Harmonies of #990491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990491

Black with #990491

Text Example


Text Example

White with #990491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990491; }

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

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

background-color css

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

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

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

border-color css

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

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

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