#991D7C

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

Shades of Dark Purple #991D7C

Tints of Dark Purple #991D7C

Color information

#991D7C (or 0x991D7C) is unknown color: approx Dark Purple. HEX triplet: 99, 1D and 7C. RGB value is (153,29,124). Sum of RGB (Red+Green+Blue) = 153+29+124=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D7C is #66E283. Grayscale: #4C4C4C. Windows color (decimal): -6742660 or 8134041. OLE color: 8134041.

HSL color Cylindrical-coordinate representation of color #991D7C: hue angle of 314.03º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D7C is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15329124-
CMYK00.810.190.4
HSL314.03º68.13%35.69%-
HSV(B)314.03º81.05%60%-
XYZ17.219.1119.92-
YUV76.91154.58182.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 9.48%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=50%
G=9.48%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532912400.810.190.4314.0368.1335.69
Hex991D7C051132813a4424
Octal231351740121235047210444
Binary1001100111101111110001010001100111010001001110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,29,124); }

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

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

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

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

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

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

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