Shades of Tyrian Purple #80093F
Tints of Tyrian Purple #80093F
RGB
CMYK
RGB Variations
Color information
#80093F (or 0x80093F) is known color: Tyrian Purple. HEX triplet: 80, 09 and 3F. RGB value is (128,9,63). Sum of RGB (Red+Green+Blue) = 128+9+63=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #80093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093F is #7FF6C0. Grayscale: #323232. Windows color (decimal): -8386241 or 4131200. OLE color: 4131200.
HSL color Cylindrical-coordinate representation of color #80093F: hue angle of 332.77º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80093F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 63 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.50 |
| HSL | 332.77º | 0.87% | 0.27% | - |
| HSV(B) | 332.77º | 0.93% | 0.5% | - |
| XYZ | 9.9 | 5.14 | 5.17 | - |
| YUV | 50.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 63 | 0 | 0.93 | 0.51 | 0.50 | 332.77 | 0.87 | 0.27 |
| Hex | 80 | 9 | 3F | 0 | 5D | 33 | 32 | 14D | 57 | 1B |
| Octal | 200 | 11 | 77 | 0 | 135 | 63 | 62 | 515 | 127 | 33 |
| Binary | 10000000 | 1001 | 111111 | 0 | 1011101 | 110011 | 110010 | 101001101 | 1010111 | 11011 |
Color Harmonies of #80093F
Complementary color
Monochromatic Colors of #80093F
Black with #80093F
Text Example
Text Example
White with #80093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80093F; }
p { color: rgb(128,9,63); }
H1.HeaderClassName
{
color: #80093F;
}
.AnyTagClassName
{
color: #80093F;
}
</style>
background-color css
<style>
a { background-color: #80093F; }
a { background-color: rgb(128,9,63); }
div.DivClassName
{
background-color: #80093F;
}
.BgClassName
{
background-color: #80093F;
}
</style>
border-color css
<style>
span { border-color: #80093F; }
span { border-color: rgb(128,9,63); }
td.TdClassName
{
border-color: #80093F;
}
.TagClassName
{
border-color: #80093F;
}
</style>