#890775

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

Shades of Purple #890775

Tints of Purple #890775

Color information

#890775 (or 0x890775) is unknown color: approx Purple. HEX triplet: 89, 07 and 75. RGB value is (137,7,117). Sum of RGB (Red+Green+Blue) = 137+7+117=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #890775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890775 is #76F88A. Grayscale: #3A3A3A. Windows color (decimal): -7796875 or 7669641. OLE color: 7669641.

HSL color Cylindrical-coordinate representation of color #890775: hue angle of 309.23º 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 #890775 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB1377117-
CMYK00.950.150.46
HSL309.23º90.28%28.24%-
HSV(B)309.23º94.89%53.73%-
XYZ13.66.7517.42-
YUV58.41161.07184.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=52.49%
G=2.68%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137711700.950.150.46309.2390.2828.24
Hex8977505FF2E1355a1c
Octal21171650137175646513234
Binary100010011111110101010111111111101110100110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890775; }

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

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

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

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

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

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

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

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