#990387

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

Shades of Dark Magenta #990387

Tints of Dark Magenta #990387

Color information

#990387 (or 0x990387) is unknown color: approx Dark Magenta. HEX triplet: 99, 03 and 87. RGB value is (153,3,135). Sum of RGB (Red+Green+Blue) = 153+3+135=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990387 is #66FC78. Grayscale: #3E3E3E. Windows color (decimal): -6749305 or 8848281. OLE color: 8848281.

HSL color Cylindrical-coordinate representation of color #990387: hue angle of 307.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990387 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB1533135-
CMYK00.980.120.4
HSL307.2º96.15%30.59%-
HSV(B)307.2º98.04%60%-
XYZ17.548.5923.65-
YUV62.9168.7192.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=52.58%
G=1.03%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153313500.980.120.4307.296.1530.59
Hex99387062C28133601f
Octal23132070142145046314037
Binary100110011110000111011000101100101000100110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990387; }

 p { color: rgb(153,3,135); }

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

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

 a { background-color: rgb(153,3,135); }

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

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

 span { border-color: rgb(153,3,135); }

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