#990184

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

Shades of Dark Magenta #990184

Tints of Dark Magenta #990184

Color information

#990184 (or 0x990184) is unknown color: approx Dark Magenta. HEX triplet: 99, 01 and 84. RGB value is (153,1,132). Sum of RGB (Red+Green+Blue) = 153+1+132=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990184 is #66FE7B. Grayscale: #3D3D3D. Windows color (decimal): -6749820 or 8651161. OLE color: 8651161.

HSL color Cylindrical-coordinate representation of color #990184: hue angle of 308.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990184 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB1531132-
CMYK00.990.140.4
HSL308.29º98.7%30.2%-
HSV(B)308.29º99.35%60%-
XYZ17.318.4622.55-
YUV61.38167.86193.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=53.50%
G=0.35%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153113200.990.140.4308.2998.730.2
Hex99184063E28134631e
Octal23112040143165046414336
Binary10011001110000100011000111110101000100110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990184; }

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

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

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

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

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

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

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

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