#890C7C

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

Shades of Purple #890C7C

Tints of Purple #890C7C

Color information

#890C7C (or 0x890C7C) is unknown color: approx Purple. HEX triplet: 89, 0C and 7C. RGB value is (137,12,124). Sum of RGB (Red+Green+Blue) = 137+12+124=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7C is #76F383. Grayscale: #3D3D3D. Windows color (decimal): -7795588 or 8129673. OLE color: 8129673.

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

Color convert

RGB13712124-
CMYK00.910.090.46
HSL306.24º83.89%29.22%-
HSV(B)306.24º91.24%53.73%-
XYZ14.097.0419.68-
YUV62.14162.91181.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=50.18%
G=4.40%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371212400.910.090.46306.2483.8929.22
Hex89C7C05B92E132541d
Octal211141740133115646212435
Binary1000100111001111100010110111001101110100110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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