Shades of Tyrian Purple #880944
Tints of Tyrian Purple #880944
RGB
CMYK
RGB Variations
Color information
#880944 (or 0x880944) is known color: Tyrian Purple. HEX triplet: 88, 09 and 44. RGB value is (136,9,68). Sum of RGB (Red+Green+Blue) = 136+9+68=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #880944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880944 is #77F6BB. Grayscale: #353535. Windows color (decimal): -7861948 or 4458888. OLE color: 4458888.
HSL color Cylindrical-coordinate representation of color #880944: hue angle of 332.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880944 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 68 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.47 |
| HSL | 332.13º | 0.88% | 0.28% | - |
| HSV(B) | 332.13º | 0.93% | 0.53% | - |
| XYZ | 11.29 | 5.85 | 6 | - |
| YUV | 53.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 68 | 0 | 0.93 | 0.50 | 0.47 | 332.13 | 0.88 | 0.28 |
| Hex | 88 | 9 | 44 | 0 | 5D | 32 | 2F | 14C | 58 | 1C |
| Octal | 210 | 11 | 104 | 0 | 135 | 62 | 57 | 514 | 130 | 34 |
| Binary | 10001000 | 1001 | 1000100 | 0 | 1011101 | 110010 | 101111 | 101001100 | 1011000 | 11100 |
Color Harmonies of #880944
Complementary color
Monochromatic Colors of #880944
Black with #880944
Text Example
Text Example
White with #880944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880944; }
p { color: rgb(136,9,68); }
H1.HeaderClassName
{
color: #880944;
}
.AnyTagClassName
{
color: #880944;
}
</style>
background-color css
<style>
a { background-color: #880944; }
a { background-color: rgb(136,9,68); }
div.DivClassName
{
background-color: #880944;
}
.BgClassName
{
background-color: #880944;
}
</style>
border-color css
<style>
span { border-color: #880944; }
span { border-color: rgb(136,9,68); }
td.TdClassName
{
border-color: #880944;
}
.TagClassName
{
border-color: #880944;
}
</style>