#911D80

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

Shades of Dark Purple #911D80

Tints of Dark Purple #911D80

Color information

#911D80 (or 0x911D80) is unknown color: approx Dark Purple. HEX triplet: 91, 1D and 80. RGB value is (145,29,128). Sum of RGB (Red+Green+Blue) = 145+29+128=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #911D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D80 is #6EE27F. Grayscale: #4A4A4A. Windows color (decimal): -7266944 or 8396177. OLE color: 8396177.

HSL color Cylindrical-coordinate representation of color #911D80: hue angle of 308.79º 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 #911D80 is Cyan = 0, Magento = 0.8, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14529128-
CMYK00.80.120.43
HSL308.79º66.67%34.12%-
HSV(B)308.79º80%56.86%-
XYZ16.018.4621.21-
YUV74.97157.93177.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=48.01%
G=9.60%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452912800.80.120.43308.7966.6734.12
Hex911D80050C2B1354322
Octal221352000120145346510342
Binary1001000111101100000000101000011001010111001101011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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