#911D6F

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

Shades of Dark Purple #911D6F

Tints of Dark Purple #911D6F

Color information

#911D6F (or 0x911D6F) is unknown color: approx Dark Purple. HEX triplet: 91, 1D and 6F. RGB value is (145,29,111). Sum of RGB (Red+Green+Blue) = 145+29+111=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #911D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911D6F is #6EE290. Grayscale: #484848. Windows color (decimal): -7266961 or 7282065. OLE color: 7282065.

HSL color Cylindrical-coordinate representation of color #911D6F: hue angle of 317.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #911D6F is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14529111-
CMYK00.80.230.43
HSL317.59º66.67%34.12%-
HSV(B)317.59º80%56.86%-
XYZ14.998.0515.8-
YUV73.03149.43179.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=50.88%
G=10.18%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452911100.80.230.43317.5966.6734.12
Hex911D6F050172B13e4322
Octal221351570120275347610342
Binary1001000111101110111101010000101111010111001111101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911D6F; }

 p { color: rgb(145,29,111); }

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

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

 a { background-color: rgb(145,29,111); }

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

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

 span { border-color: rgb(145,29,111); }

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