#991C9D

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

Shades of Dark Magenta #991C9D

Tints of Dark Magenta #991C9D

Color information

#991C9D (or 0x991C9D) is unknown color: approx Dark Magenta. HEX triplet: 99, 1C and 9D. RGB value is (153,28,157). Sum of RGB (Red+Green+Blue) = 153+28+157=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #991C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C9D is #66E362. Grayscale: #4F4F4F. Windows color (decimal): -6742883 or 10296473. OLE color: 10296473.

HSL color Cylindrical-coordinate representation of color #991C9D: hue angle of 298.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C9D is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15328157-
CMYK0.030.8200.38
HSL298.14º69.73%36.27%-
HSV(B)298.14º82.17%61.57%-
XYZ19.6410.0432.8-
YUV80.08171.41180.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=45.27%
G=8.28%
B=46.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153281570.030.8200.38298.1469.7336.27
Hex991C9D35202612a4624
Octal23134235312204645210644
Binary10011001111001001110111101001001001101001010101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991C9D; }

 p { color: rgb(153,28,157); }

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

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

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

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

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

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

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