Shades of Purple #8A0873
Tints of Purple #8A0873
RGB
CMYK
RGB Variations
Color information
#8A0873 (or 0x8A0873) is known color: Purple. HEX triplet: 8A, 08 and 73. RGB value is (138,8,115). Sum of RGB (Red+Green+Blue) = 138+8+115=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0873 is #75F78C. Grayscale: #3A3A3A. Windows color (decimal): -7731085 or 7538826. OLE color: 7538826.
HSL color Cylindrical-coordinate representation of color #8A0873: hue angle of 310.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0873 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 115 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.46 |
| HSL | 310.62º | 0.89% | 0.29% | - |
| HSV(B) | 310.62º | 0.94% | 0.54% | - |
| XYZ | 13.66 | 6.81 | 16.81 | - |
| YUV | 59.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 115 | 0 | 0.94 | 0.17 | 0.46 | 310.62 | 0.89 | 0.29 |
| Hex | 8A | 8 | 73 | 0 | 5E | 11 | 2E | 137 | 59 | 1D |
| Octal | 212 | 10 | 163 | 0 | 136 | 21 | 56 | 467 | 131 | 35 |
| Binary | 10001010 | 1000 | 1110011 | 0 | 1011110 | 10001 | 101110 | 100110111 | 1011001 | 11101 |
Color Harmonies of #8A0873
Complementary color
Monochromatic Colors of #8A0873
Black with #8A0873
Text Example
Text Example
White with #8A0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0873; }
p { color: rgb(138,8,115); }
H1.HeaderClassName
{
color: #8A0873;
}
.AnyTagClassName
{
color: #8A0873;
}
</style>
background-color css
<style>
a { background-color: #8A0873; }
a { background-color: rgb(138,8,115); }
div.DivClassName
{
background-color: #8A0873;
}
.BgClassName
{
background-color: #8A0873;
}
</style>
border-color css
<style>
span { border-color: #8A0873; }
span { border-color: rgb(138,8,115); }
td.TdClassName
{
border-color: #8A0873;
}
.TagClassName
{
border-color: #8A0873;
}
</style>