#990688

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

Shades of Dark Magenta #990688

Tints of Dark Magenta #990688

Color information

#990688 (or 0x990688) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 88. RGB value is (153,6,136). Sum of RGB (Red+Green+Blue) = 153+6+136=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #990688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990688 is #66F977. Grayscale: #404040. Windows color (decimal): -6748536 or 8914585. OLE color: 8914585.

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

Color convert

RGB1536136-
CMYK00.960.110.4
HSL306.94º92.45%31.18%-
HSV(B)306.94º96.08%60%-
XYZ17.658.6824.04-
YUV64.77168.2190.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=51.86%
G=2.03%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153613600.960.110.4306.9492.4531.18
Hex99688060B281335c1f
Octal23162100140135046313437
Binary1001100111010001000011000001011101000100110011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990688; }

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

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

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

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

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

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

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

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