#89147f

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

Shades of Dark Purple #89147F

Tints of Dark Purple #89147F

Color information

#89147F (or 0x89147F) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 7F. RGB value is (137,20,127). Sum of RGB (Red+Green+Blue) = 137+20+127=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89147F is #76EB80. Grayscale: #424242. Windows color (decimal): -7793537 or 8328329. OLE color: 8328329.

HSL color Cylindrical-coordinate representation of color #89147F: hue angle of 305.13º 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 #89147F is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13720127-
CMYK00.850.070.46
HSL305.13º74.52%30.78%-
HSV(B)305.13º85.4%53.73%-
XYZ14.47.3520.74-
YUV67.18161.76177.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 127 (50% from 255) = 44.72%
R=48.24%
G=7.04%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372012700.850.070.46305.1374.5230.78
Hex89147F05572E1314b1f
Octal21124177012575646111337
Binary1000100110100111111101010101111101110100110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89147f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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