#890C7F

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

Shades of Purple #890C7F

Tints of Purple #890C7F

Color information

#890C7F (or 0x890C7F) is unknown color: approx Purple. HEX triplet: 89, 0C and 7F. RGB value is (137,12,127). Sum of RGB (Red+Green+Blue) = 137+12+127=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7F is #76F380. Grayscale: #3E3E3E. Windows color (decimal): -7795585 or 8326281. OLE color: 8326281.

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

Color convert

RGB13712127-
CMYK00.910.070.46
HSL304.8º83.89%29.22%-
HSV(B)304.8º91.24%53.73%-
XYZ14.287.1120.7-
YUV62.48164.41181.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 127 (50% from 255) = 46.01%
R=49.64%
G=4.35%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371212700.910.070.46304.883.8929.22
Hex89C7F05B72E131541d
Octal21114177013375646112435
Binary100010011100111111101011011111101110100110001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,12,127); }

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

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

 a { background-color: rgb(137,12,127); }

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

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

 span { border-color: rgb(137,12,127); }

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