#891864

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

Shades of Dark Purple #891864

Tints of Dark Purple #891864

Color information

#891864 (or 0x891864) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 64. RGB value is (137,24,100). Sum of RGB (Red+Green+Blue) = 137+24+100=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #891864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891864 is #76E79B. Grayscale: #424242. Windows color (decimal): -7792540 or 6559881. OLE color: 6559881.

HSL color Cylindrical-coordinate representation of color #891864: hue angle of 319.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891864 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13724100-
CMYK00.820.270.46
HSL319.65º70.19%31.57%-
HSV(B)319.65º82.48%53.73%-
XYZ12.946.8912.7-
YUV66.45146.94178.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=52.49%
G=9.20%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372410000.820.270.46319.6570.1931.57
Hex8918640521B2E1404620
Octal211301440122335650010640
Binary1000100111000110010001010010110111011101010000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891864; }

 p { color: rgb(137,24,100); }

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

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

 a { background-color: rgb(137,24,100); }

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

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

 span { border-color: rgb(137,24,100); }

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