#891C71

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

Shades of Dark Purple #891C71

Tints of Dark Purple #891C71

Color information

#891C71 (or 0x891C71) is unknown color: approx Dark Purple. HEX triplet: 89, 1C and 71. RGB value is (137,28,113). Sum of RGB (Red+Green+Blue) = 137+28+113=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #891C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C71 is #76E38E. Grayscale: #464646. Windows color (decimal): -7791503 or 7412873. OLE color: 7412873.

HSL color Cylindrical-coordinate representation of color #891C71: hue angle of 313.21º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C71 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13728113-
CMYK00.800.180.46
HSL313.21º66.06%32.35%-
HSV(B)313.21º79.56%53.73%-
XYZ13.717.3416.32-
YUV70.28152.11175.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=49.28%
G=10.07%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372811300.800.180.46313.2166.0632.35
Hex891C71050122E1394220
Octal211341610120225647110240
Binary1000100111100111000101010000100101011101001110011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891C71; }

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

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

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

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

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

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

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

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