#89047B

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

Shades of Purple #89047B

Tints of Purple #89047B

Color information

#89047B (or 0x89047B) is unknown color: approx Purple. HEX triplet: 89, 04 and 7B. RGB value is (137,4,123). Sum of RGB (Red+Green+Blue) = 137+4+123=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89047B is #76FB84. Grayscale: #383838. Windows color (decimal): -7797637 or 8062089. OLE color: 8062089.

HSL color Cylindrical-coordinate representation of color #89047B: hue angle of 306.32º 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 #89047B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB1374123-
CMYK00.970.100.46
HSL306.32º94.33%27.65%-
HSV(B)306.32º97.08%53.73%-
XYZ13.946.8419.32-
YUV57.33165.06184.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=51.89%
G=1.52%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137412300.970.100.46306.3294.3327.65
Hex8947B061A2E1325e1c
Octal21141730141125646213634
Binary100010011001111011011000011010101110100110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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