Html Css Color HEX #990280 Dark Magenta

📋 copy color: '#990280'

red 153 ◦ green 2 ◦ blue 128

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

Shades of Dark Magenta #990280

Tints of Dark Magenta #990280

RGB

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

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

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

R = 54.06%
G = 0.71%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990280 (or 0x990280) is known color: Dark Magenta. HEX triplet: 99, 02 and 80. RGB value is (153,2,128). Sum of RGB (Red+Green+Blue) = 153+2+128=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990280 is #66FD7F. Grayscale: #3D3D3D. Windows color (decimal): -6749568 or 8389273. OLE color: 8389273.

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

Color convert

RGB 153 2 128 -
CMYK 0 0.99 0.16 0.4
HSL 309.93º 0.97% 0.3% -
HSV(B) 309.93º 0.99% 0.6% -
XYZ 17.05 8.37 21.14 -
YUV 61.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 153 2 128 0 0.99 0.16 0.4 309.93 0.97 0.3
Hex 99 2 80 0 63 10 28 136 61 1E
Octal 231 2 200 0 143 20 50 466 141 36
Binary 10011001 10 10000000 0 1100011 10000 101000 100110110 1100001 11110

Color Harmonies of #990280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990280

Black with #990280

Text Example


Text Example

White with #990280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990280; }

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

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

background-color css

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

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

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

border-color css

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

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

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