#89027B

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

Shades of Purple #89027B

Tints of Purple #89027B

Color information

#89027B (or 0x89027B) is unknown color: approx Purple. HEX triplet: 89, 02 and 7B. RGB value is (137,2,123). Sum of RGB (Red+Green+Blue) = 137+2+123=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89027B is #76FD84. Grayscale: #373737. Windows color (decimal): -7798149 or 8061577. OLE color: 8061577.

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

Color convert

RGB1372123-
CMYK00.990.100.46
HSL306.22º97.12%27.25%-
HSV(B)306.22º98.54%53.73%-
XYZ13.916.7919.32-
YUV56.16165.73185.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=52.29%
G=0.76%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137212300.990.100.46306.2297.1227.25
Hex8927B063A2E132611b
Octal21121730143125646214133
Binary10001001101111011011000111010101110100110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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