#891D6A

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

Shades of Dark Purple #891D6A

Tints of Dark Purple #891D6A

Color information

#891D6A (or 0x891D6A) is unknown color: approx Dark Purple. HEX triplet: 89, 1D and 6A. RGB value is (137,29,106). Sum of RGB (Red+Green+Blue) = 137+29+106=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #891D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D6A is #76E295. Grayscale: #454545. Windows color (decimal): -7791254 or 6954377. OLE color: 6954377.

HSL color Cylindrical-coordinate representation of color #891D6A: hue angle of 317.22º 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 #891D6A is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13729106-
CMYK00.790.230.46
HSL317.22º65.06%32.55%-
HSV(B)317.22º78.83%53.73%-
XYZ13.367.2414.33-
YUV70.07148.28175.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 29 (11.72% from 255) = 10.66%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=50.37%
G=10.66%
B=38.97%

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
Decimal1372910600.790.230.46317.2265.0632.55
Hex891D6A04F172E13d4121
Octal211351520117275647510141
Binary1000100111101110101001001111101111011101001111011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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