#990DA5

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

Shades of Dark Magenta #990DA5

Tints of Dark Magenta #990DA5

Color information

#990DA5 (or 0x990DA5) is unknown color: approx Dark Magenta. HEX triplet: 99, 0D and A5. RGB value is (153,13,165). Sum of RGB (Red+Green+Blue) = 153+13+165=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #990DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DA5 is #66F25A. Grayscale: #474747. Windows color (decimal): -6746715 or 10816921. OLE color: 10816921.

HSL color Cylindrical-coordinate representation of color #990DA5: hue angle of 295.26º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990DA5 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15313165-
CMYK0.070.9200.35
HSL295.26º85.39%34.9%-
HSV(B)295.26º92.12%64.71%-
XYZ20.079.7836.43-
YUV72.19180.38185.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 13 (5.47% from 255) = 3.93%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=46.22%
G=3.93%
B=49.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153131650.070.9200.35295.2685.3934.9
Hex99DA575C0231275523
Octal23115245713404344712543
Binary10011001110110100101111101110001000111001001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,13,165); }

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

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

 a { background-color: rgb(153,13,165); }

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

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

 span { border-color: rgb(153,13,165); }

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