Html Css Color HEX #990080 Dark Magenta

📋 copy color: '#990080'

red 153 ◦ green 0 ◦ blue 128

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

Shades of Dark Magenta #990080

Tints of Dark Magenta #990080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 54.45%
G = 0%
B = 45.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990080 (or 0x990080) is known color: Dark Magenta. HEX triplet: 99, 00 and 80. RGB value is (153,0,128). Sum of RGB (Red+Green+Blue) = 153+0+128=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990080 is #66FF7F. Grayscale: #3B3B3B. Windows color (decimal): -6750080 or 8388761. OLE color: 8388761.

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

Color convert

RGB 153 0 128 -
CMYK 0 1 0.16 0.4
HSL 309.8º 1% 0.3% -
HSV(B) 309.8º 1% 0.6% -
XYZ 17.03 8.33 21.13 -
YUV 60.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 153 0 128 0 1 0.16 0.4 309.8 1 0.3
Hex 99 0 80 0 64 10 28 136 64 1E
Octal 231 0 200 0 144 20 50 466 144 36
Binary 10011001 0 10000000 0 1100100 10000 101000 100110110 1100100 11110

Color Harmonies of #990080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990080

Black with #990080

Text Example


Text Example

White with #990080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990080; }

 p { color: rgb(153,0,128); }

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

background-color css

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

 a { background-color: rgb(153,0,128); }

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

border-color css

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

 span { border-color: rgb(153,0,128); }

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