#89106E

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

Shades of Dark Purple #89106E

Tints of Dark Purple #89106E

Color information

#89106E (or 0x89106E) is unknown color: approx Dark Purple. HEX triplet: 89, 10 and 6E. RGB value is (137,16,110). Sum of RGB (Red+Green+Blue) = 137+16+110=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89106E is #76EF91. Grayscale: #3E3E3E. Windows color (decimal): -7794578 or 7213193. OLE color: 7213193.

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

Color convert

RGB13716110-
CMYK00.880.200.46
HSL313.39º79.08%30%-
HSV(B)313.39º88.32%53.73%-
XYZ13.326.8115.37-
YUV62.9154.59180.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=52.09%
G=6.08%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371611000.880.200.46313.3979.0830
Hex89106E058142E1394f1e
Octal211201560130245647111736
Binary100010011000011011100101100010100101110100111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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