#891666

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

Shades of Dark Purple #891666

Tints of Dark Purple #891666

Color information

#891666 (or 0x891666) is unknown color: approx Dark Purple. HEX triplet: 89, 16 and 66. RGB value is (137,22,102). Sum of RGB (Red+Green+Blue) = 137+22+102=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #891666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891666 is #76E999. Grayscale: #414141. Windows color (decimal): -7793050 or 6690441. OLE color: 6690441.

HSL color Cylindrical-coordinate representation of color #891666: hue angle of 318.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891666 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13722102-
CMYK00.840.260.46
HSL318.26º72.33%31.18%-
HSV(B)318.26º83.94%53.73%-
XYZ136.8513.21-
YUV65.5148.6179-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=52.49%
G=8.43%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372210200.840.260.46318.2672.3331.18
Hex8916660541A2E13e481f
Octal211261460124325647611037
Binary100010011011011001100101010011010101110100111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891666; }

 p { color: rgb(137,22,102); }

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

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

 a { background-color: rgb(137,22,102); }

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

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

 span { border-color: rgb(137,22,102); }

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