#89077B

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

Shades of Purple #89077B

Tints of Purple #89077B

Color information

#89077B (or 0x89077B) is unknown color: approx Purple. HEX triplet: 89, 07 and 7B. RGB value is (137,7,123). Sum of RGB (Red+Green+Blue) = 137+7+123=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89077B is #76F884. Grayscale: #3A3A3A. Windows color (decimal): -7796869 or 8062857. OLE color: 8062857.

HSL color Cylindrical-coordinate representation of color #89077B: hue angle of 306.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89077B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB1377123-
CMYK00.950.100.46
HSL306.46º90.28%28.24%-
HSV(B)306.46º94.89%53.73%-
XYZ13.976.919.33-
YUV59.09164.07183.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=51.31%
G=2.62%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137712300.950.100.46306.4690.2828.24
Hex8977B05FA2E1325a1c
Octal21171730137125646213234
Binary100010011111111011010111111010101110100110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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