#990A84

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

Shades of Dark Magenta #990A84

Tints of Dark Magenta #990A84

Color information

#990A84 (or 0x990A84) is unknown color: approx Dark Magenta. HEX triplet: 99, 0A and 84. RGB value is (153,10,132). Sum of RGB (Red+Green+Blue) = 153+10+132=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #990A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990A84 is #66F57B. Grayscale: #424242. Windows color (decimal): -6747516 or 8653465. OLE color: 8653465.

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

Color convert

RGB15310132-
CMYK00.930.140.4
HSL308.81º87.73%31.96%-
HSV(B)308.81º93.46%60%-
XYZ17.418.6622.58-
YUV66.66164.88189.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=51.86%
G=3.39%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531013200.930.140.4308.8187.7331.96
Hex99A8405DE281355820
Octal231122040135165046513040
Binary100110011010100001000101110111101010001001101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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