Shades of Tyrian Purple #83093F
Tints of Tyrian Purple #83093F
RGB
CMYK
RGB Variations
Color information
#83093F (or 0x83093F) is known color: Tyrian Purple. HEX triplet: 83, 09 and 3F. RGB value is (131,9,63). Sum of RGB (Red+Green+Blue) = 131+9+63=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #83093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83093F is #7CF6C0. Grayscale: #333333. Windows color (decimal): -8189633 or 4131203. OLE color: 4131203.
HSL color Cylindrical-coordinate representation of color #83093F: hue angle of 333.44º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83093F is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 63 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.49 |
| HSL | 333.44º | 0.87% | 0.27% | - |
| HSV(B) | 333.44º | 0.93% | 0.51% | - |
| XYZ | 10.35 | 5.38 | 5.2 | - |
| YUV | 51.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 63 | 0 | 0.93 | 0.52 | 0.49 | 333.44 | 0.87 | 0.27 |
| Hex | 83 | 9 | 3F | 0 | 5D | 34 | 31 | 14D | 57 | 1B |
| Octal | 203 | 11 | 77 | 0 | 135 | 64 | 61 | 515 | 127 | 33 |
| Binary | 10000011 | 1001 | 111111 | 0 | 1011101 | 110100 | 110001 | 101001101 | 1010111 | 11011 |
Color Harmonies of #83093F
Complementary color
Monochromatic Colors of #83093F
Black with #83093F
Text Example
Text Example
White with #83093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83093F; }
p { color: rgb(131,9,63); }
H1.HeaderClassName
{
color: #83093F;
}
.AnyTagClassName
{
color: #83093F;
}
</style>
background-color css
<style>
a { background-color: #83093F; }
a { background-color: rgb(131,9,63); }
div.DivClassName
{
background-color: #83093F;
}
.BgClassName
{
background-color: #83093F;
}
</style>
border-color css
<style>
span { border-color: #83093F; }
span { border-color: rgb(131,9,63); }
td.TdClassName
{
border-color: #83093F;
}
.TagClassName
{
border-color: #83093F;
}
</style>