#890E7F

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

Shades of Purple #890E7F

Tints of Purple #890E7F

Color information

#890E7F (or 0x890E7F) is unknown color: approx Purple. HEX triplet: 89, 0E and 7F. RGB value is (137,14,127). Sum of RGB (Red+Green+Blue) = 137+14+127=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #890E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E7F is #76F180. Grayscale: #3F3F3F. Windows color (decimal): -7795073 or 8326793. OLE color: 8326793.

HSL color Cylindrical-coordinate representation of color #890E7F: hue angle of 304.88º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E7F is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13714127-
CMYK00.900.070.46
HSL304.88º81.46%29.61%-
HSV(B)304.88º89.78%53.73%-
XYZ14.37.1620.71-
YUV63.66163.75180.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 127 (50% from 255) = 45.68%
R=49.28%
G=5.04%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371412700.900.070.46304.8881.4629.61
Hex89E7F05A72E131511e
Octal21116177013275646112136
Binary100010011110111111101011010111101110100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890E7F; }

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

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

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

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

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

<style>
 span { border-color: #890E7F; }

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

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