Shades of Tyrian Purple #81094E
Tints of Tyrian Purple #81094E
RGB
CMYK
RGB Variations
Color information
#81094E (or 0x81094E) is known color: Tyrian Purple. HEX triplet: 81, 09 and 4E. RGB value is (129,9,78). Sum of RGB (Red+Green+Blue) = 129+9+78=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #81094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81094E is #7EF6B1. Grayscale: #343434. Windows color (decimal): -8320690 or 5114241. OLE color: 5114241.
HSL color Cylindrical-coordinate representation of color #81094E: hue angle of 325.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81094E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 78 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.49 |
| HSL | 325.5º | 0.87% | 0.27% | - |
| HSV(B) | 325.5º | 0.93% | 0.51% | - |
| XYZ | 10.53 | 5.41 | 7.7 | - |
| YUV | 52.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 78 | 0 | 0.93 | 0.40 | 0.49 | 325.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | 4E | 0 | 5D | 28 | 31 | 146 | 57 | 1B |
| Octal | 201 | 11 | 116 | 0 | 135 | 50 | 61 | 506 | 127 | 33 |
| Binary | 10000001 | 1001 | 1001110 | 0 | 1011101 | 101000 | 110001 | 101000110 | 1010111 | 11011 |
Color Harmonies of #81094E
Complementary color
Monochromatic Colors of #81094E
Black with #81094E
Text Example
Text Example
White with #81094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81094E; }
p { color: rgb(129,9,78); }
H1.HeaderClassName
{
color: #81094E;
}
.AnyTagClassName
{
color: #81094E;
}
</style>
background-color css
<style>
a { background-color: #81094E; }
a { background-color: rgb(129,9,78); }
div.DivClassName
{
background-color: #81094E;
}
.BgClassName
{
background-color: #81094E;
}
</style>
border-color css
<style>
span { border-color: #81094E; }
span { border-color: rgb(129,9,78); }
td.TdClassName
{
border-color: #81094E;
}
.TagClassName
{
border-color: #81094E;
}
</style>