#89047C

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

Shades of Purple #89047C

Tints of Purple #89047C

Color information

#89047C (or 0x89047C) is unknown color: approx Purple. HEX triplet: 89, 04 and 7C. RGB value is (137,4,124). Sum of RGB (Red+Green+Blue) = 137+4+124=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89047C is #76FB83. Grayscale: #393939. Windows color (decimal): -7797636 or 8127625. OLE color: 8127625.

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

Color convert

RGB1374124-
CMYK00.970.090.46
HSL305.86º94.33%27.65%-
HSV(B)305.86º97.08%53.73%-
XYZ146.8619.66-
YUV57.45165.56184.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=51.70%
G=1.51%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137412400.970.090.46305.8694.3327.65
Hex8947C06192E1325e1c
Octal21141740141115646213634
Binary100010011001111100011000011001101110100110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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