#891C61

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

Shades of Dark Purple #891C61

Tints of Dark Purple #891C61

Color information

#891C61 (or 0x891C61) is unknown color: approx Dark Purple. HEX triplet: 89, 1C and 61. RGB value is (137,28,97). Sum of RGB (Red+Green+Blue) = 137+28+97=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #891C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C61 is #76E39E. Grayscale: #444444. Windows color (decimal): -7791519 or 6364297. OLE color: 6364297.

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

Color convert

RGB1372897-
CMYK00.800.290.46
HSL322.02º66.06%32.35%-
HSV(B)322.02º79.56%53.73%-
XYZ12.897.0111.98-
YUV68.46144.11176.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=52.29%
G=10.69%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137289700.800.290.46322.0266.0632.35
Hex891C610501D2E1424220
Octal211341410120355650210240
Binary1000100111100110000101010000111011011101010000101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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