Html Css Color HEX #990490 Dark Magenta

📋 copy color: '#990490'

red 153 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #990490

Tints of Dark Magenta #990490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 50.83%
G = 1.33%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#990490 (or 0x990490) is known color: Dark Magenta. HEX triplet: 99, 04 and 90. RGB value is (153,4,144). Sum of RGB (Red+Green+Blue) = 153+4+144=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #990490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990490 is #66FB6F. Grayscale: #404040. Windows color (decimal): -6749040 or 9438361. OLE color: 9438361.

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

Color convert

RGB 153 4 144 -
CMYK 0 0.97 0.06 0.4
HSL 303.62º 0.95% 0.31% -
HSV(B) 303.62º 0.97% 0.6% -
XYZ 18.21 8.87 27.14 -
YUV 64.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 153 4 144 0 0.97 0.06 0.4 303.62 0.95 0.31
Hex 99 4 90 0 61 6 28 130 5F 1F
Octal 231 4 220 0 141 6 50 460 137 37
Binary 10011001 100 10010000 0 1100001 110 101000 100110000 1011111 11111

Color Harmonies of #990490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990490

Black with #990490

Text Example


Text Example

White with #990490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990490; }

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

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

background-color css

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

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

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

border-color css

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

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

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