Html Css Color HEX #990289 Dark Magenta

📋 copy color: '#990289'

red 153 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #990289

Tints of Dark Magenta #990289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 52.4%
G = 0.68%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#990289 (or 0x990289) is known color: Dark Magenta. HEX triplet: 99, 02 and 89. RGB value is (153,2,137). Sum of RGB (Red+Green+Blue) = 153+2+137=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990289 is #66FD76. Grayscale: #3E3E3E. Windows color (decimal): -6749559 or 8979097. OLE color: 8979097.

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

Color convert

RGB 153 2 137 -
CMYK 0 0.99 0.10 0.4
HSL 306.36º 0.97% 0.3% -
HSV(B) 306.36º 0.99% 0.6% -
XYZ 17.67 8.62 24.4 -
YUV 62.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 153 2 137 0 0.99 0.10 0.4 306.36 0.97 0.3
Hex 99 2 89 0 63 A 28 132 61 1E
Octal 231 2 211 0 143 12 50 462 141 36
Binary 10011001 10 10001001 0 1100011 1010 101000 100110010 1100001 11110

Color Harmonies of #990289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990289

Black with #990289

Text Example


Text Example

White with #990289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990289; }

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

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

background-color css

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

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

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

border-color css

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

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

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