#891C85

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

Shades of Dark Purple #891C85

Tints of Dark Purple #891C85

Color information

#891C85 (or 0x891C85) is unknown color: approx Dark Purple. HEX triplet: 89, 1C and 85. RGB value is (137,28,133). Sum of RGB (Red+Green+Blue) = 137+28+133=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #891C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C85 is #76E37A. Grayscale: #484848. Windows color (decimal): -7791483 or 8723593. OLE color: 8723593.

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

Color convert

RGB13728133-
CMYK00.800.030.46
HSL302.2º66.06%32.35%-
HSV(B)302.2º79.56%53.73%-
XYZ14.977.8422.92-
YUV72.56162.11173.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=45.97%
G=9.40%
B=44.63%

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
Decimal1372813300.800.030.46302.266.0632.35
Hex891C8505032E12e4220
Octal21134205012035645610240
Binary10001001111001000010101010000111011101001011101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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