#991D6E

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

Shades of Dark Purple #991D6E

Tints of Dark Purple #991D6E

Color information

#991D6E (or 0x991D6E) is unknown color: approx Dark Purple. HEX triplet: 99, 1D and 6E. RGB value is (153,29,110). Sum of RGB (Red+Green+Blue) = 153+29+110=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D6E is #66E291. Grayscale: #4B4B4B. Windows color (decimal): -6742674 or 7216537. OLE color: 7216537.

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

Color convert

RGB15329110-
CMYK00.810.280.4
HSL320.81º68.13%35.69%-
HSV(B)320.81º81.05%60%-
XYZ16.398.7815.58-
YUV75.31147.58183.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=52.40%
G=9.93%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532911000.810.280.4320.8168.1335.69
Hex991D6E0511C281414424
Octal231351560121345050110444
Binary1001100111101110111001010001111001010001010000011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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