#890A80

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

Shades of Purple #890A80

Tints of Purple #890A80

Color information

#890A80 (or 0x890A80) is unknown color: approx Purple. HEX triplet: 89, 0A and 80. RGB value is (137,10,128). Sum of RGB (Red+Green+Blue) = 137+10+128=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A80 is #76F57F. Grayscale: #3D3D3D. Windows color (decimal): -7796096 or 8391305. OLE color: 8391305.

HSL color Cylindrical-coordinate representation of color #890A80: hue angle of 304.25º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A80 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13710128-
CMYK00.930.070.46
HSL304.25º86.39%28.82%-
HSV(B)304.25º92.7%53.73%-
XYZ14.327.0921.04-
YUV61.42165.58181.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=49.82%
G=3.64%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371012800.930.070.46304.2586.3928.82
Hex89A8005D72E130561d
Octal21112200013575646012635
Binary1000100110101000000001011101111101110100110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890A80; }

 p { color: rgb(137,10,128); }

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

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

 a { background-color: rgb(137,10,128); }

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

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

 span { border-color: rgb(137,10,128); }

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