#990388

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

Shades of Dark Magenta #990388

Tints of Dark Magenta #990388

Color information

#990388 (or 0x990388) is unknown color: approx Dark Magenta. HEX triplet: 99, 03 and 88. RGB value is (153,3,136). Sum of RGB (Red+Green+Blue) = 153+3+136=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990388 is #66FC77. Grayscale: #3E3E3E. Windows color (decimal): -6749304 or 8913817. OLE color: 8913817.

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

Color convert

RGB1533136-
CMYK00.980.110.4
HSL306.8º96.15%30.59%-
HSV(B)306.8º98.04%60%-
XYZ17.618.6224.03-
YUV63.01169.2192.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=52.40%
G=1.03%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153313600.980.110.4306.896.1530.59
Hex99388062B28133601f
Octal23132100142135046314037
Binary100110011110001000011000101011101000100110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990388; }

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

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

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

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

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

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

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

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