#89107E

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

Shades of Dark Purple #89107E

Tints of Dark Purple #89107E

Color information

#89107E (or 0x89107E) is unknown color: approx Dark Purple. HEX triplet: 89, 10 and 7E. RGB value is (137,16,126). Sum of RGB (Red+Green+Blue) = 137+16+126=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89107E is #76EF81. Grayscale: #404040. Windows color (decimal): -7794562 or 8261769. OLE color: 8261769.

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

Color convert

RGB13716126-
CMYK00.880.080.46
HSL305.45º79.08%30%-
HSV(B)305.45º88.32%53.73%-
XYZ14.277.220.38-
YUV64.72162.59179.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=49.10%
G=5.73%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371612600.880.080.46305.4579.0830
Hex89107E05882E1314f1e
Octal211201760130105646111736
Binary10001001100001111110010110001000101110100110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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