Shades of Tyrian Purple #890143
Tints of Tyrian Purple #890143
RGB
CMYK
RGB Variations
Color information
#890143 (or 0x890143) is known color: Tyrian Purple. HEX triplet: 89, 01 and 43. RGB value is (137,1,67). Sum of RGB (Red+Green+Blue) = 137+1+67=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #890143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890143 is #76FEBC. Grayscale: #313131. Windows color (decimal): -7798461 or 4391305. OLE color: 4391305.
HSL color Cylindrical-coordinate representation of color #890143: hue angle of 330.88º 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 #890143 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.46 |
| HSL | 330.88º | 0.99% | 0.27% | - |
| HSV(B) | 330.88º | 0.99% | 0.54% | - |
| XYZ | 11.34 | 5.75 | 5.82 | - |
| YUV | 49.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 67 | 0 | 0.99 | 0.51 | 0.46 | 330.88 | 0.99 | 0.27 |
| Hex | 89 | 1 | 43 | 0 | 63 | 33 | 2E | 14B | 63 | 1B |
| Octal | 211 | 1 | 103 | 0 | 143 | 63 | 56 | 513 | 143 | 33 |
| Binary | 10001001 | 1 | 1000011 | 0 | 1100011 | 110011 | 101110 | 101001011 | 1100011 | 11011 |
Color Harmonies of #890143
Complementary color
Monochromatic Colors of #890143
Black with #890143
Text Example
Text Example
White with #890143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890143; }
p { color: rgb(137,1,67); }
H1.HeaderClassName
{
color: #890143;
}
.AnyTagClassName
{
color: #890143;
}
</style>
background-color css
<style>
a { background-color: #890143; }
a { background-color: rgb(137,1,67); }
div.DivClassName
{
background-color: #890143;
}
.BgClassName
{
background-color: #890143;
}
</style>
border-color css
<style>
span { border-color: #890143; }
span { border-color: rgb(137,1,67); }
td.TdClassName
{
border-color: #890143;
}
.TagClassName
{
border-color: #890143;
}
</style>