#89147a

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

Shades of Dark Purple #89147A

Tints of Dark Purple #89147A

Color information

#89147A (or 0x89147A) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 7A. RGB value is (137,20,122). Sum of RGB (Red+Green+Blue) = 137+20+122=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89147A is #76EB85. Grayscale: #424242. Windows color (decimal): -7793542 or 8000649. OLE color: 8000649.

HSL color Cylindrical-coordinate representation of color #89147A: hue angle of 307.69º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89147A is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13720122-
CMYK00.850.110.46
HSL307.69º74.52%30.78%-
HSV(B)307.69º85.4%53.73%-
XYZ14.087.2219.06-
YUV66.61159.26178.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=49.10%
G=7.17%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372012200.850.110.46307.6974.5230.78
Hex89147A055B2E1344b1f
Octal211241720125135646411337
Binary10001001101001111010010101011011101110100110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89147a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89147a; }

 p { color: rgb(137,20,122); }

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

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

 a { background-color: rgb(137,20,122); }

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

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

 span { border-color: rgb(137,20,122); }

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