Shades of Tyrian Purple #8A0142
Tints of Tyrian Purple #8A0142
RGB
CMYK
RGB Variations
Color information
#8A0142 (or 0x8A0142) is known color: Tyrian Purple. HEX triplet: 8A, 01 and 42. RGB value is (138,1,66). Sum of RGB (Red+Green+Blue) = 138+1+66=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0142 is #75FEBD. Grayscale: #313131. Windows color (decimal): -7732926 or 4325770. OLE color: 4325770.
HSL color Cylindrical-coordinate representation of color #8A0142: hue angle of 331.53º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0142 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.46 |
| HSL | 331.53º | 0.99% | 0.27% | - |
| HSV(B) | 331.53º | 0.99% | 0.54% | - |
| XYZ | 11.48 | 5.82 | 5.67 | - |
| YUV | 49.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 66 | 0 | 0.99 | 0.52 | 0.46 | 331.53 | 0.99 | 0.27 |
| Hex | 8A | 1 | 42 | 0 | 63 | 34 | 2E | 14C | 63 | 1B |
| Octal | 212 | 1 | 102 | 0 | 143 | 64 | 56 | 514 | 143 | 33 |
| Binary | 10001010 | 1 | 1000010 | 0 | 1100011 | 110100 | 101110 | 101001100 | 1100011 | 11011 |
Color Harmonies of #8A0142
Complementary color
Monochromatic Colors of #8A0142
Black with #8A0142
Text Example
Text Example
White with #8A0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0142; }
p { color: rgb(138,1,66); }
H1.HeaderClassName
{
color: #8A0142;
}
.AnyTagClassName
{
color: #8A0142;
}
</style>
background-color css
<style>
a { background-color: #8A0142; }
a { background-color: rgb(138,1,66); }
div.DivClassName
{
background-color: #8A0142;
}
.BgClassName
{
background-color: #8A0142;
}
</style>
border-color css
<style>
span { border-color: #8A0142; }
span { border-color: rgb(138,1,66); }
td.TdClassName
{
border-color: #8A0142;
}
.TagClassName
{
border-color: #8A0142;
}
</style>