#990684

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

Shades of Dark Magenta #990684

Tints of Dark Magenta #990684

Color information

#990684 (or 0x990684) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 84. RGB value is (153,6,132). Sum of RGB (Red+Green+Blue) = 153+6+132=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990684 is #66F97B. Grayscale: #3F3F3F. Windows color (decimal): -6748540 or 8652441. OLE color: 8652441.

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

Color convert

RGB1536132-
CMYK00.960.140.4
HSL308.57º92.45%31.18%-
HSV(B)308.57º96.08%60%-
XYZ17.378.5722.57-
YUV64.32166.2191.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=52.58%
G=2.06%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153613200.960.140.4308.5792.4531.18
Hex99684060E281355c1f
Octal23162040140165046513437
Binary1001100111010000100011000001110101000100110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990684; }

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

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

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

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

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

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

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

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