#891C66

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

Shades of Dark Purple #891C66

Tints of Dark Purple #891C66

Color information

#891C66 (or 0x891C66) is unknown color: approx Dark Purple. HEX triplet: 89, 1C and 66. RGB value is (137,28,102). Sum of RGB (Red+Green+Blue) = 137+28+102=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #891C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C66 is #76E399. Grayscale: #444444. Windows color (decimal): -7791514 or 6691977. OLE color: 6691977.

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

Color convert

RGB13728102-
CMYK00.800.260.46
HSL319.27º66.06%32.35%-
HSV(B)319.27º79.56%53.73%-
XYZ13.137.1113.25-
YUV69.03146.61176.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=51.31%
G=10.49%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372810200.800.260.46319.2766.0632.35
Hex891C660501A2E13f4220
Octal211341460120325647710240
Binary1000100111100110011001010000110101011101001111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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