#911B8E

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

Shades of Dark Purple #911B8E

Tints of Dark Purple #911B8E

Color information

#911B8E (or 0x911B8E) is unknown color: approx Dark Purple. HEX triplet: 91, 1B and 8E. RGB value is (145,27,142). Sum of RGB (Red+Green+Blue) = 145+27+142=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #911B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911B8E is #6EE471. Grayscale: #4B4B4B. Windows color (decimal): -7267442 or 9313169. OLE color: 9313169.

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

Color convert

RGB14527142-
CMYK00.810.020.43
HSL301.53º68.6%33.73%-
HSV(B)301.53º81.38%56.86%-
XYZ16.958.7626.39-
YUV75.39165.59177.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=46.18%
G=8.60%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452714200.810.020.43301.5368.633.73
Hex911B8E05122B12e4522
Octal22133216012125345610542
Binary10010001110111000111001010001101010111001011101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,27,142); }

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

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

 a { background-color: rgb(145,27,142); }

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

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

 span { border-color: rgb(145,27,142); }

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