#990999

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

Shades of Dark Magenta #990999

Tints of Dark Magenta #990999

Color information

#990999 (or 0x990999) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 99. RGB value is (153,9,153). Sum of RGB (Red+Green+Blue) = 153+9+153=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #990999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990999 is #66F666. Grayscale: #444444. Windows color (decimal): -6747751 or 10029465. OLE color: 10029465.

HSL color Cylindrical-coordinate representation of color #990999: hue angle of 300º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990999 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1539153-
CMYK00.9400.4
HSL300º88.89%31.76%-
HSV(B)300º94.12%60%-
XYZ18.989.2730.93-
YUV68.47175.71188.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=48.57%
G=2.86%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153915300.9400.430088.8931.76
Hex9999905E02812c5920
Octal23111231013605045413140
Binary100110011001100110010101111001010001001011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990999; }

 p { color: rgb(153,9,153); }

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

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

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

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

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

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

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