#990AA0

Color #990AA0 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #990AA0

Tints of Dark Magenta #990AA0

Color information

#990AA0 (or 0x990AA0) is unknown color: approx Dark Magenta. HEX triplet: 99, 0A and A0. RGB value is (153,10,160). Sum of RGB (Red+Green+Blue) = 153+10+160=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #990AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AA0 is #66F55F. Grayscale: #454545. Windows color (decimal): -6747488 or 10488473. OLE color: 10488473.

HSL color Cylindrical-coordinate representation of color #990AA0: hue angle of 297.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AA0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15310160-
CMYK0.040.9400.37
HSL297.2º88.24%33.33%-
HSV(B)297.2º93.75%62.75%-
XYZ19.599.5334.06-
YUV69.86178.88187.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 160 (62.89% from 255) = 49.54%
R=47.37%
G=3.10%
B=49.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal153101600.040.9400.37297.288.2433.33
Hex99AA045E0251295821
Octal23112240413604545113041
Binary10011001101010100000100101111001001011001010011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990AA0; }

 p { color: rgb(153,10,160); }

 H1.HeaderClassName
 {
   color: #990AA0;
 }
 .AnyTagClassName
 {
   color: #990AA0;
 }
</style>
background-color css

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

 a { background-color: rgb(153,10,160); }

 div.DivClassName
 {
   background-color: #990AA0;
 }
 .BgClassName
 {
   background-color: #990AA0;
 }
</style>
border-color css

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

 span { border-color: rgb(153,10,160); }

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