#891B85

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

Shades of Dark Purple #891B85

Tints of Dark Purple #891B85

Color information

#891B85 (or 0x891B85) is unknown color: approx Dark Purple. HEX triplet: 89, 1B and 85. RGB value is (137,27,133). Sum of RGB (Red+Green+Blue) = 137+27+133=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891B85 is #76E47A. Grayscale: #474747. Windows color (decimal): -7791739 or 8723337. OLE color: 8723337.

HSL color Cylindrical-coordinate representation of color #891B85: hue angle of 302.18º degrees, saturation: 0.67, 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 #891B85 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB13727133-
CMYK00.800.030.46
HSL302.18º67.07%32.16%-
HSV(B)302.18º80.29%53.73%-
XYZ14.947.822.91-
YUV71.97162.44174.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=46.13%
G=9.09%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372713300.800.030.46302.1867.0732.16
Hex891B8505032E12e4320
Octal21133205012035645610340
Binary10001001110111000010101010000111011101001011101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,27,133); }

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

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

 a { background-color: rgb(137,27,133); }

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

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

 span { border-color: rgb(137,27,133); }

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