Html Css Color HEX #990791 Dark Magenta

📋 copy color: '#990791'

red 153 ◦ green 7 ◦ blue 145

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

Shades of Dark Magenta #990791

Tints of Dark Magenta #990791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 50.16%
G = 2.3%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990791 (or 0x990791) is known color: Dark Magenta. HEX triplet: 99, 07 and 91. RGB value is (153,7,145). Sum of RGB (Red+Green+Blue) = 153+7+145=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990791 is #66F86E. Grayscale: #414141. Windows color (decimal): -6748271 or 9504665. OLE color: 9504665.

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

Color convert

RGB 153 7 145 -
CMYK 0 0.95 0.05 0.4
HSL 303.29º 0.91% 0.31% -
HSV(B) 303.29º 0.95% 0.6% -
XYZ 18.32 8.97 27.55 -
YUV 66.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 153 7 145 0 0.95 0.05 0.4 303.29 0.91 0.31
Hex 99 7 91 0 5F 5 28 12F 5B 1F
Octal 231 7 221 0 137 5 50 457 133 37
Binary 10011001 111 10010001 0 1011111 101 101000 100101111 1011011 11111

Color Harmonies of #990791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990791

Black with #990791

Text Example


Text Example

White with #990791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990791; }

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

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

background-color css

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

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

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

border-color css

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

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

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