Shades of Tyrian Purple #880941
Tints of Tyrian Purple #880941
RGB
CMYK
RGB Variations
Color information
#880941 (or 0x880941) is known color: Tyrian Purple. HEX triplet: 88, 09 and 41. RGB value is (136,9,65). Sum of RGB (Red+Green+Blue) = 136+9+65=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880941 is #77F6BE. Grayscale: #353535. Windows color (decimal): -7861951 or 4262280. OLE color: 4262280.
HSL color Cylindrical-coordinate representation of color #880941: hue angle of 333.54º 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 #880941 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 65 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.47 |
| HSL | 333.54º | 0.88% | 0.28% | - |
| HSV(B) | 333.54º | 0.93% | 0.53% | - |
| XYZ | 11.21 | 5.81 | 5.53 | - |
| YUV | 53.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 65 | 0 | 0.93 | 0.52 | 0.47 | 333.54 | 0.88 | 0.28 |
| Hex | 88 | 9 | 41 | 0 | 5D | 34 | 2F | 14E | 58 | 1C |
| Octal | 210 | 11 | 101 | 0 | 135 | 64 | 57 | 516 | 130 | 34 |
| Binary | 10001000 | 1001 | 1000001 | 0 | 1011101 | 110100 | 101111 | 101001110 | 1011000 | 11100 |
Color Harmonies of #880941
Complementary color
Monochromatic Colors of #880941
Black with #880941
Text Example
Text Example
White with #880941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880941; }
p { color: rgb(136,9,65); }
H1.HeaderClassName
{
color: #880941;
}
.AnyTagClassName
{
color: #880941;
}
</style>
background-color css
<style>
a { background-color: #880941; }
a { background-color: rgb(136,9,65); }
div.DivClassName
{
background-color: #880941;
}
.BgClassName
{
background-color: #880941;
}
</style>
border-color css
<style>
span { border-color: #880941; }
span { border-color: rgb(136,9,65); }
td.TdClassName
{
border-color: #880941;
}
.TagClassName
{
border-color: #880941;
}
</style>