#990A86

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

Shades of Dark Magenta #990A86

Tints of Dark Magenta #990A86

Color information

#990A86 (or 0x990A86) is unknown color: approx Dark Magenta. HEX triplet: 99, 0A and 86. RGB value is (153,10,134). Sum of RGB (Red+Green+Blue) = 153+10+134=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990A86 is #66F579. Grayscale: #424242. Windows color (decimal): -6747514 or 8784537. OLE color: 8784537.

HSL color Cylindrical-coordinate representation of color #990A86: hue angle of 307.97º 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 #990A86 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15310134-
CMYK00.930.120.4
HSL307.97º87.73%31.96%-
HSV(B)307.97º93.46%60%-
XYZ17.558.7123.31-
YUV66.89165.88189.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=51.52%
G=3.37%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531013400.930.120.4307.9787.7331.96
Hex99A8605DC281345820
Octal231122060135145046413040
Binary100110011010100001100101110111001010001001101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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