#89007C

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

Shades of Purple #89007C

Tints of Purple #89007C

Color information

#89007C (or 0x89007C) is unknown color: approx Purple. HEX triplet: 89, 00 and 7C. RGB value is (137,0,124). Sum of RGB (Red+Green+Blue) = 137+0+124=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89007C is #76FF83. Grayscale: #363636. Windows color (decimal): -7798660 or 8126601. OLE color: 8126601.

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

Color convert

RGB1370124-
CMYK010.090.46
HSL305.69º100%26.86%-
HSV(B)305.69º100%53.73%-
XYZ13.956.7719.64-
YUV55.1166.89186.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=52.49%
G=0%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370124010.090.46305.6910026.86
Hex8907C06492E132641b
Octal21101740144115646214433
Binary1000100101111100011001001001101110100110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89007C; }

 p { color: rgb(137,0,124); }

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

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

 a { background-color: rgb(137,0,124); }

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

<style>
 span { border-color: #89007C; }

 span { border-color: rgb(137,0,124); }

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