#911F86

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

Shades of Dark Purple #911F86

Tints of Dark Purple #911F86

Color information

#911F86 (or 0x911F86) is unknown color: approx Dark Purple. HEX triplet: 91, 1F and 86. RGB value is (145,31,134). Sum of RGB (Red+Green+Blue) = 145+31+134=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #911F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911F86 is #6EE079. Grayscale: #4C4C4C. Windows color (decimal): -7266426 or 8789905. OLE color: 8789905.

HSL color Cylindrical-coordinate representation of color #911F86: hue angle of 305.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F86 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14531134-
CMYK00.790.080.43
HSL305.79º64.77%34.51%-
HSV(B)305.79º78.62%56.86%-
XYZ16.478.7223.37-
YUV76.83160.27176.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=46.77%
G=10%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453113400.790.080.43305.7964.7734.51
Hex911F8604F82B1324123
Octal221372060117105346210143
Binary1001000111111100001100100111110001010111001100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,31,134); }

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

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

 a { background-color: rgb(145,31,134); }

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

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

 span { border-color: rgb(145,31,134); }

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