#891A8A

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

Shades of Dark Purple #891A8A

Tints of Dark Purple #891A8A

Color information

#891A8A (or 0x891A8A) is unknown color: approx Dark Purple. HEX triplet: 89, 1A and 8A. RGB value is (137,26,138). Sum of RGB (Red+Green+Blue) = 137+26+138=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #891A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A8A is #76E575. Grayscale: #474747. Windows color (decimal): -7791990 or 9050761. OLE color: 9050761.

HSL color Cylindrical-coordinate representation of color #891A8A: hue angle of 299.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A8A is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13726138-
CMYK0.010.8100.46
HSL299.46º68.29%32.16%-
HSV(B)299.46º81.16%54.12%-
XYZ15.277.8924.76-
YUV71.96165.27174.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=45.51%
G=8.64%
B=45.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137261380.010.8100.46299.4668.2932.16
Hex891A8A15102E12b4420
Octal21132212112105645310440
Binary1000100111010100010101101000101011101001010111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,26,138); }

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

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

 a { background-color: rgb(137,26,138); }

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

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

 span { border-color: rgb(137,26,138); }

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