#911D82

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

Shades of Dark Purple #911D82

Tints of Dark Purple #911D82

Color information

#911D82 (or 0x911D82) is unknown color: approx Dark Purple. HEX triplet: 91, 1D and 82. RGB value is (145,29,130). Sum of RGB (Red+Green+Blue) = 145+29+130=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #911D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D82 is #6EE27D. Grayscale: #4A4A4A. Windows color (decimal): -7266942 or 8527249. OLE color: 8527249.

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

Color convert

RGB14529130-
CMYK00.80.100.43
HSL307.76º66.67%34.12%-
HSV(B)307.76º80%56.86%-
XYZ16.158.5121.91-
YUV75.2158.93177.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 29 (11.72% from 255) = 9.54%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=47.70%
G=9.54%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452913000.80.100.43307.7666.6734.12
Hex911D82050A2B1344322
Octal221352020120125346410342
Binary1001000111101100000100101000010101010111001101001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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