#891D8B

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

Shades of Dark Purple #891D8B

Tints of Dark Purple #891D8B

Color information

#891D8B (or 0x891D8B) is unknown color: approx Dark Purple. HEX triplet: 89, 1D and 8B. RGB value is (137,29,139). Sum of RGB (Red+Green+Blue) = 137+29+139=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #891D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891D8B is #76E274. Grayscale: #494949. Windows color (decimal): -7791221 or 9117065. OLE color: 9117065.

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

Color convert

RGB13729139-
CMYK0.010.7900.45
HSL298.91º65.48%32.94%-
HSV(B)298.91º79.14%54.51%-
XYZ15.428.0625.17-
YUV73.83164.78173.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=44.92%
G=9.51%
B=45.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137291390.010.7900.45298.9165.4832.94
Hex891D8B14F02D12b4121
Octal21135213111705545310141
Binary1000100111101100010111100111101011011001010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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