#891171

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

Shades of Dark Purple #891171

Tints of Dark Purple #891171

Color information

#891171 (or 0x891171) is unknown color: approx Dark Purple. HEX triplet: 89, 11 and 71. RGB value is (137,17,113). Sum of RGB (Red+Green+Blue) = 137+17+113=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #891171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891171 is #76EE8E. Grayscale: #3F3F3F. Windows color (decimal): -7794319 or 7410057. OLE color: 7410057.

HSL color Cylindrical-coordinate representation of color #891171: hue angle of 312º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891171 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13717113-
CMYK00.880.180.46
HSL312º77.92%30.2%-
HSV(B)312º87.59%53.73%-
XYZ13.56.9116.25-
YUV63.82155.76180.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=51.31%
G=6.37%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371711300.880.180.4631277.9230.2
Hex891171058122E1384e1e
Octal211211610130225647011636
Binary100010011000111100010101100010010101110100111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891171; }

 p { color: rgb(137,17,113); }

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

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

 a { background-color: rgb(137,17,113); }

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

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

 span { border-color: rgb(137,17,113); }

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