Shades of Tyrian Purple #8A0044
Tints of Tyrian Purple #8A0044
RGB
CMYK
RGB Variations
Color information
#8A0044 (or 0x8A0044) is known color: Tyrian Purple. HEX triplet: 8A, 00 and 44. RGB value is (138,0,68). Sum of RGB (Red+Green+Blue) = 138+0+68=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0044 is #75FFBB. Grayscale: #303030. Windows color (decimal): -7733180 or 4456586. OLE color: 4456586.
HSL color Cylindrical-coordinate representation of color #8A0044: hue angle of 330.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0044 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.51 | 0.46 |
| HSL | 330.43º | 1% | 0.27% | - |
| HSV(B) | 330.43º | 1% | 0.54% | - |
| XYZ | 11.52 | 5.82 | 5.98 | - |
| YUV | 49.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 68 | 0 | 1 | 0.51 | 0.46 | 330.43 | 1 | 0.27 |
| Hex | 8A | 0 | 44 | 0 | 64 | 33 | 2E | 14A | 64 | 1B |
| Octal | 212 | 0 | 104 | 0 | 144 | 63 | 56 | 512 | 144 | 33 |
| Binary | 10001010 | 0 | 1000100 | 0 | 1100100 | 110011 | 101110 | 101001010 | 1100100 | 11011 |
Color Harmonies of #8A0044
Complementary color
Monochromatic Colors of #8A0044
Black with #8A0044
Text Example
Text Example
White with #8A0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0044; }
p { color: rgb(138,0,68); }
H1.HeaderClassName
{
color: #8A0044;
}
.AnyTagClassName
{
color: #8A0044;
}
</style>
background-color css
<style>
a { background-color: #8A0044; }
a { background-color: rgb(138,0,68); }
div.DivClassName
{
background-color: #8A0044;
}
.BgClassName
{
background-color: #8A0044;
}
</style>
border-color css
<style>
span { border-color: #8A0044; }
span { border-color: rgb(138,0,68); }
td.TdClassName
{
border-color: #8A0044;
}
.TagClassName
{
border-color: #8A0044;
}
</style>