Shades of Tyrian Purple #84094A
Tints of Tyrian Purple #84094A
RGB
CMYK
RGB Variations
Color information
#84094A (or 0x84094A) is known color: Tyrian Purple. HEX triplet: 84, 09 and 4A. RGB value is (132,9,74). Sum of RGB (Red+Green+Blue) = 132+9+74=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84094A is #7BF6B5. Grayscale: #353535. Windows color (decimal): -8124086 or 4852100. OLE color: 4852100.
HSL color Cylindrical-coordinate representation of color #84094A: hue angle of 328.29º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84094A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 74 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.48 |
| HSL | 328.29º | 0.87% | 0.28% | - |
| HSV(B) | 328.29º | 0.93% | 0.52% | - |
| XYZ | 10.85 | 5.6 | 6.99 | - |
| YUV | 53.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 74 | 0 | 0.93 | 0.44 | 0.48 | 328.29 | 0.87 | 0.28 |
| Hex | 84 | 9 | 4A | 0 | 5D | 2C | 30 | 148 | 57 | 1C |
| Octal | 204 | 11 | 112 | 0 | 135 | 54 | 60 | 510 | 127 | 34 |
| Binary | 10000100 | 1001 | 1001010 | 0 | 1011101 | 101100 | 110000 | 101001000 | 1010111 | 11100 |
Color Harmonies of #84094A
Complementary color
Monochromatic Colors of #84094A
Black with #84094A
Text Example
Text Example
White with #84094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84094A; }
p { color: rgb(132,9,74); }
H1.HeaderClassName
{
color: #84094A;
}
.AnyTagClassName
{
color: #84094A;
}
</style>
background-color css
<style>
a { background-color: #84094A; }
a { background-color: rgb(132,9,74); }
div.DivClassName
{
background-color: #84094A;
}
.BgClassName
{
background-color: #84094A;
}
</style>
border-color css
<style>
span { border-color: #84094A; }
span { border-color: rgb(132,9,74); }
td.TdClassName
{
border-color: #84094A;
}
.TagClassName
{
border-color: #84094A;
}
</style>