#890146

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

Shades of Tyrian Purple #890146

Tints of Tyrian Purple #890146

Color information

#890146 (or 0x890146) is unknown color: approx Tyrian Purple. HEX triplet: 89, 01 and 46. RGB value is (137,1,70). Sum of RGB (Red+Green+Blue) = 137+1+70=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #890146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890146 is #76FEB9. Grayscale: #313131. Windows color (decimal): -7798458 or 4587913. OLE color: 4587913.

HSL color Cylindrical-coordinate representation of color #890146: hue angle of 329.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890146 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB137170-
CMYK00.990.490.46
HSL329.56º98.55%27.06%-
HSV(B)329.56º99.27%53.73%-
XYZ11.435.786.31-
YUV49.53139.56190.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.87%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=65.87%
G=0.48%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13717000.990.490.46329.5698.5527.06
Hex89146063312E14a631b
Octal21111060143615651214333
Binary100010011100011001100011110001101110101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890146; }

 p { color: rgb(137,1,70); }

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

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

 a { background-color: rgb(137,1,70); }

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

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

 span { border-color: rgb(137,1,70); }

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