#891172

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

Shades of Dark Purple #891172

Tints of Dark Purple #891172

Color information

#891172 (or 0x891172) is unknown color: approx Dark Purple. HEX triplet: 89, 11 and 72. RGB value is (137,17,114). Sum of RGB (Red+Green+Blue) = 137+17+114=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #891172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891172 is #76EE8D. Grayscale: #3F3F3F. Windows color (decimal): -7794318 or 7475593. OLE color: 7475593.

HSL color Cylindrical-coordinate representation of color #891172: hue angle of 311.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891172 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13717114-
CMYK00.880.170.46
HSL311.5º77.92%30.2%-
HSV(B)311.5º87.59%53.73%-
XYZ13.556.9316.54-
YUV63.94156.26180.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=51.12%
G=6.34%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371711400.880.170.46311.577.9230.2
Hex891172058112E1384e1e
Octal211211620130215647011636
Binary100010011000111100100101100010001101110100111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891172; }

 p { color: rgb(137,17,114); }

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

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

 a { background-color: rgb(137,17,114); }

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

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

 span { border-color: rgb(137,17,114); }

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