#990180

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

Shades of Dark Magenta #990180

Tints of Dark Magenta #990180

Color information

#990180 (or 0x990180) is unknown color: approx Dark Magenta. HEX triplet: 99, 01 and 80. RGB value is (153,1,128). Sum of RGB (Red+Green+Blue) = 153+1+128=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990180 is #66FE7F. Grayscale: #3C3C3C. Windows color (decimal): -6749824 or 8389017. OLE color: 8389017.

HSL color Cylindrical-coordinate representation of color #990180: hue angle of 309.87º 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 #990180 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB1531128-
CMYK00.990.160.4
HSL309.87º98.7%30.2%-
HSV(B)309.87º99.35%60%-
XYZ17.048.3521.14-
YUV60.93165.86193.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=54.26%
G=0.35%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153112800.990.160.4309.8798.730.2
Hex991800631028136631e
Octal23112000143205046614336
Binary100110011100000000110001110000101000100110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990180; }

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

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

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

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

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

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

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

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