#990a8a

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

Shades of Dark Magenta #990A8A

Tints of Dark Magenta #990A8A

Color information

#990A8A (or 0x990A8A) is unknown color: approx Dark Magenta. HEX triplet: 99, 0A and 8A. RGB value is (153,10,138). Sum of RGB (Red+Green+Blue) = 153+10+138=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #990A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990A8A is #66F575. Grayscale: #424242. Windows color (decimal): -6747510 or 9046681. OLE color: 9046681.

HSL color Cylindrical-coordinate representation of color #990A8A: hue angle of 306.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A8A is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15310138-
CMYK00.930.100.4
HSL306.29º87.73%31.96%-
HSV(B)306.29º93.46%60%-
XYZ17.838.8224.81-
YUV67.35167.88189.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=50.83%
G=3.32%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531013800.930.100.4306.2987.7331.96
Hex99A8A05DA281325820
Octal231122120135125046213040
Binary100110011010100010100101110110101010001001100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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