#890140

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

Shades of Tyrian Purple #890140

Tints of Tyrian Purple #890140

Color information

#890140 (or 0x890140) is unknown color: approx Tyrian Purple. HEX triplet: 89, 01 and 40. RGB value is (137,1,64). Sum of RGB (Red+Green+Blue) = 137+1+64=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #890140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890140 is #76FEBF. Grayscale: #303030. Windows color (decimal): -7798464 or 4194697. OLE color: 4194697.

HSL color Cylindrical-coordinate representation of color #890140: hue angle of 332.21º 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 #890140 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB137164-
CMYK00.990.530.46
HSL332.21º98.55%27.06%-
HSV(B)332.21º99.27%53.73%-
XYZ11.255.715.36-
YUV48.85136.56190.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=67.82%
G=0.50%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13716400.990.530.46332.2198.5527.06
Hex89140063352E14c631b
Octal21111000143655651414333
Binary100010011100000001100011110101101110101001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890140; }

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

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

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

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

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

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

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

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