#891D69

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

Shades of Dark Purple #891D69

Tints of Dark Purple #891D69

Color information

#891D69 (or 0x891D69) is unknown color: approx Dark Purple. HEX triplet: 89, 1D and 69. RGB value is (137,29,105). Sum of RGB (Red+Green+Blue) = 137+29+105=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #891D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D69 is #76E296. Grayscale: #454545. Windows color (decimal): -7791255 or 6888841. OLE color: 6888841.

HSL color Cylindrical-coordinate representation of color #891D69: hue angle of 317.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D69 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13729105-
CMYK00.790.230.46
HSL317.78º65.06%32.55%-
HSV(B)317.78º78.83%53.73%-
XYZ13.317.2214.06-
YUV69.96147.78175.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=50.55%
G=10.70%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372910500.790.230.46317.7865.0632.55
Hex891D6904F172E13e4121
Octal211351510117275647610141
Binary1000100111101110100101001111101111011101001111101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,29,105); }

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

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

 a { background-color: rgb(137,29,105); }

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

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

 span { border-color: rgb(137,29,105); }

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