#991D7D

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

Shades of Dark Purple #991D7D

Tints of Dark Purple #991D7D

Color information

#991D7D (or 0x991D7D) is unknown color: approx Dark Purple. HEX triplet: 99, 1D and 7D. RGB value is (153,29,125). Sum of RGB (Red+Green+Blue) = 153+29+125=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D7D is #66E282. Grayscale: #4C4C4C. Windows color (decimal): -6742659 or 8199577. OLE color: 8199577.

HSL color Cylindrical-coordinate representation of color #991D7D: hue angle of 313.55º 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 #991D7D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15329125-
CMYK00.810.180.4
HSL313.55º68.13%35.69%-
HSV(B)313.55º81.05%60%-
XYZ17.289.1320.25-
YUV77.02155.08182.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=49.84%
G=9.45%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532912500.810.180.4313.5568.1335.69
Hex991D7D051122813a4424
Octal231351750121225047210444
Binary1001100111101111110101010001100101010001001110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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