#89106B

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

Shades of Dark Purple #89106B

Tints of Dark Purple #89106B

Color information

#89106B (or 0x89106B) is unknown color: approx Dark Purple. HEX triplet: 89, 10 and 6B. RGB value is (137,16,107). Sum of RGB (Red+Green+Blue) = 137+16+107=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89106B is #76EF94. Grayscale: #3E3E3E. Windows color (decimal): -7794581 or 7016585. OLE color: 7016585.

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

Color convert

RGB13716107-
CMYK00.880.220.46
HSL314.88º79.08%30%-
HSV(B)314.88º88.32%53.73%-
XYZ13.166.7514.52-
YUV62.55153.09181.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=52.69%
G=6.15%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371610700.880.220.46314.8879.0830
Hex89106B058162E13b4f1e
Octal211201530130265647311736
Binary100010011000011010110101100010110101110100111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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