Html Css Color HEX #990290 Dark Magenta

📋 copy color: '#990290'

red 153 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #990290

Tints of Dark Magenta #990290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 51.17%
G = 0.67%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#990290 (or 0x990290) is known color: Dark Magenta. HEX triplet: 99, 02 and 90. RGB value is (153,2,144). Sum of RGB (Red+Green+Blue) = 153+2+144=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #990290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990290 is #66FD6F. Grayscale: #3E3E3E. Windows color (decimal): -6749552 or 9437849. OLE color: 9437849.

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

Color convert

RGB 153 2 144 -
CMYK 0 0.99 0.06 0.4
HSL 303.58º 0.97% 0.3% -
HSV(B) 303.58º 0.99% 0.6% -
XYZ 18.19 8.83 27.13 -
YUV 63.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 153 2 144 0 0.99 0.06 0.4 303.58 0.97 0.3
Hex 99 2 90 0 63 6 28 130 61 1E
Octal 231 2 220 0 143 6 50 460 141 36
Binary 10011001 10 10010000 0 1100011 110 101000 100110000 1100001 11110

Color Harmonies of #990290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990290

Black with #990290

Text Example


Text Example

White with #990290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990290; }

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

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

background-color css

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

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

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

border-color css

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

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

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