#891371

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

Shades of Dark Purple #891371

Tints of Dark Purple #891371

Color information

#891371 (or 0x891371) is unknown color: approx Dark Purple. HEX triplet: 89, 13 and 71. RGB value is (137,19,113). Sum of RGB (Red+Green+Blue) = 137+19+113=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #891371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891371 is #76EC8E. Grayscale: #404040. Windows color (decimal): -7793807 or 7410569. OLE color: 7410569.

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

Color convert

RGB13719113-
CMYK00.860.180.46
HSL312.2º75.64%30.59%-
HSV(B)312.2º86.13%53.73%-
XYZ13.536.9816.26-
YUV65155.09179.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=50.93%
G=7.06%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371911300.860.180.46312.275.6430.59
Hex891371056122E1384c1f
Octal211231610126225647011437
Binary100010011001111100010101011010010101110100111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891371; }

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

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

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

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

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

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

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

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