#89017F

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

Shades of Purple #89017F

Tints of Purple #89017F

Color information

#89017F (or 0x89017F) is unknown color: approx Purple. HEX triplet: 89, 01 and 7F. RGB value is (137,1,127). Sum of RGB (Red+Green+Blue) = 137+1+127=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89017F is #76FE80. Grayscale: #373737. Windows color (decimal): -7798401 or 8323465. OLE color: 8323465.

HSL color Cylindrical-coordinate representation of color #89017F: hue angle of 304.41º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89017F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB1371127-
CMYK00.990.070.46
HSL304.41º98.55%27.06%-
HSV(B)304.41º99.27%53.73%-
XYZ14.166.8720.66-
YUV56.03168.06185.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 127 (50% from 255) = 47.92%
R=51.70%
G=0.38%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137112700.990.070.46304.4198.5527.06
Hex8917F06372E130631b
Octal2111177014375646014333
Binary100010011111111101100011111101110100110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89017F; }

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

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

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

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

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

<style>
 span { border-color: #89017F; }

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

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