#89106A

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

Shades of Dark Purple #89106A

Tints of Dark Purple #89106A

Color information

#89106A (or 0x89106A) is unknown color: approx Dark Purple. HEX triplet: 89, 10 and 6A. RGB value is (137,16,106). Sum of RGB (Red+Green+Blue) = 137+16+106=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #89106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89106A is #76EF95. Grayscale: #3E3E3E. Windows color (decimal): -7794582 or 6951049. OLE color: 6951049.

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

Color convert

RGB13716106-
CMYK00.880.230.46
HSL315.37º79.08%30%-
HSV(B)315.37º88.32%53.73%-
XYZ13.16.7314.24-
YUV62.44152.59181.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=52.90%
G=6.18%
B=40.93%

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
Decimal1371610600.880.230.46315.3779.0830
Hex89106A058172E13b4f1e
Octal211201520130275647311736
Binary100010011000011010100101100010111101110100111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89106A; }

 p { color: rgb(137,16,106); }

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

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

 a { background-color: rgb(137,16,106); }

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

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

 span { border-color: rgb(137,16,106); }

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