#890575

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

Shades of Purple #890575

Tints of Purple #890575

Color information

#890575 (or 0x890575) is unknown color: approx Purple. HEX triplet: 89, 05 and 75. RGB value is (137,5,117). Sum of RGB (Red+Green+Blue) = 137+5+117=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #890575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890575 is #76FA8A. Grayscale: #383838. Windows color (decimal): -7797387 or 7669129. OLE color: 7669129.

HSL color Cylindrical-coordinate representation of color #890575: hue angle of 309.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890575 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB1375117-
CMYK00.960.150.46
HSL309.09º92.96%27.84%-
HSV(B)309.09º96.35%53.73%-
XYZ13.586.7117.41-
YUV57.24161.73184.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=52.90%
G=1.93%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137511700.960.150.46309.0992.9627.84
Hex89575060F2E1355d1c
Octal21151650140175646513534
Binary100010011011110101011000001111101110100110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890575; }

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

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

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

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

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

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

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

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