#890A7E

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

Shades of Purple #890A7E

Tints of Purple #890A7E

Color information

#890A7E (or 0x890A7E) is unknown color: approx Purple. HEX triplet: 89, 0A and 7E. RGB value is (137,10,126). Sum of RGB (Red+Green+Blue) = 137+10+126=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A7E is #76F581. Grayscale: #3C3C3C. Windows color (decimal): -7796098 or 8260233. OLE color: 8260233.

HSL color Cylindrical-coordinate representation of color #890A7E: hue angle of 305.2º 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 #890A7E is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB13710126-
CMYK00.930.080.46
HSL305.2º86.39%28.82%-
HSV(B)305.2º92.7%53.73%-
XYZ14.197.0420.35-
YUV61.2164.58182.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=50.18%
G=3.66%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371012600.930.080.46305.286.3928.82
Hex89A7E05D82E131561d
Octal211121760135105646112635
Binary1000100110101111110010111011000101110100110001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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