Shades of Tyrian Purple #800950
Tints of Tyrian Purple #800950
RGB
CMYK
RGB Variations
Color information
#800950 (or 0x800950) is known color: Tyrian Purple. HEX triplet: 80, 09 and 50. RGB value is (128,9,80). Sum of RGB (Red+Green+Blue) = 128+9+80=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800950 is #7FF6AF. Grayscale: #343434. Windows color (decimal): -8386224 or 5245312. OLE color: 5245312.
HSL color Cylindrical-coordinate representation of color #800950: hue angle of 324.2º 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 #800950 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 80 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.50 |
| HSL | 324.2º | 0.87% | 0.27% | - |
| HSV(B) | 324.2º | 0.93% | 0.5% | - |
| XYZ | 10.45 | 5.36 | 8.07 | - |
| YUV | 52.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 80 | 0 | 0.93 | 0.38 | 0.50 | 324.2 | 0.87 | 0.27 |
| Hex | 80 | 9 | 50 | 0 | 5D | 26 | 32 | 144 | 57 | 1B |
| Octal | 200 | 11 | 120 | 0 | 135 | 46 | 62 | 504 | 127 | 33 |
| Binary | 10000000 | 1001 | 1010000 | 0 | 1011101 | 100110 | 110010 | 101000100 | 1010111 | 11011 |
Color Harmonies of #800950
Complementary color
Monochromatic Colors of #800950
Black with #800950
Text Example
Text Example
White with #800950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800950; }
p { color: rgb(128,9,80); }
H1.HeaderClassName
{
color: #800950;
}
.AnyTagClassName
{
color: #800950;
}
</style>
background-color css
<style>
a { background-color: #800950; }
a { background-color: rgb(128,9,80); }
div.DivClassName
{
background-color: #800950;
}
.BgClassName
{
background-color: #800950;
}
</style>
border-color css
<style>
span { border-color: #800950; }
span { border-color: rgb(128,9,80); }
td.TdClassName
{
border-color: #800950;
}
.TagClassName
{
border-color: #800950;
}
</style>