#890145

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

Shades of Tyrian Purple #890145

Tints of Tyrian Purple #890145

Color information

#890145 (or 0x890145) is unknown color: approx Tyrian Purple. HEX triplet: 89, 01 and 45. RGB value is (137,1,69). Sum of RGB (Red+Green+Blue) = 137+1+69=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890145 is #76FEBA. Grayscale: #313131. Windows color (decimal): -7798459 or 4522377. OLE color: 4522377.

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

Color convert

RGB137169-
CMYK00.990.500.46
HSL330º98.55%27.06%-
HSV(B)330º99.27%53.73%-
XYZ11.45.776.14-
YUV49.42139.06190.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=66.18%
G=0.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13716900.990.500.4633098.5527.06
Hex89145063322E14a631b
Octal21111050143625651214333
Binary100010011100010101100011110010101110101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890145; }

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

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

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

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

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

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

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

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