#891F81

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

Shades of Dark Purple #891F81

Tints of Dark Purple #891F81

Color information

#891F81 (or 0x891F81) is unknown color: approx Dark Purple. HEX triplet: 89, 1F and 81. RGB value is (137,31,129). Sum of RGB (Red+Green+Blue) = 137+31+129=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891F81 is #76E07E. Grayscale: #494949. Windows color (decimal): -7790719 or 8462217. OLE color: 8462217.

HSL color Cylindrical-coordinate representation of color #891F81: hue angle of 304.53º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F81 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13731129-
CMYK00.770.060.46
HSL304.53º63.1%32.94%-
HSV(B)304.53º77.37%53.73%-
XYZ14.777.8821.51-
YUV73.87159.12173.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=46.13%
G=10.44%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373112900.770.060.46304.5363.132.94
Hex891F8104D62E1313f21
Octal2113720101156564617741
Binary10001001111111000000101001101110101110100110001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,31,129); }

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

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

 a { background-color: rgb(137,31,129); }

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

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

 span { border-color: rgb(137,31,129); }

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