#891169

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

Shades of Dark Purple #891169

Tints of Dark Purple #891169

Color information

#891169 (or 0x891169) is unknown color: approx Dark Purple. HEX triplet: 89, 11 and 69. RGB value is (137,17,105). Sum of RGB (Red+Green+Blue) = 137+17+105=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #891169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891169 is #76EE96. Grayscale: #3E3E3E. Windows color (decimal): -7794327 or 6885769. OLE color: 6885769.

HSL color Cylindrical-coordinate representation of color #891169: hue angle of 316º 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 #891169 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13717105-
CMYK00.880.230.46
HSL316º77.92%30.2%-
HSV(B)316º87.59%53.73%-
XYZ13.076.7413.98-
YUV62.91151.76180.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=52.90%
G=6.56%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371710500.880.230.4631677.9230.2
Hex891169058172E13c4e1e
Octal211211510130275647411636
Binary100010011000111010010101100010111101110100111100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891169; }

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

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

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

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

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

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

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

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