Shades of Purple #8A0078
Tints of Purple #8A0078
RGB
CMYK
RGB Variations
Color information
#8A0078 (or 0x8A0078) is known color: Purple. HEX triplet: 8A, 00 and 78. RGB value is (138,0,120). Sum of RGB (Red+Green+Blue) = 138+0+120=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0078 is #75FF87. Grayscale: #363636. Windows color (decimal): -7733128 or 7864458. OLE color: 7864458.
HSL color Cylindrical-coordinate representation of color #8A0078: hue angle of 307.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0078 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.13 | 0.46 |
| HSL | 307.83º | 1% | 0.27% | - |
| HSV(B) | 307.83º | 1% | 0.54% | - |
| XYZ | 13.87 | 6.76 | 18.34 | - |
| YUV | 54.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 120 | 0 | 1 | 0.13 | 0.46 | 307.83 | 1 | 0.27 |
| Hex | 8A | 0 | 78 | 0 | 64 | D | 2E | 134 | 64 | 1B |
| Octal | 212 | 0 | 170 | 0 | 144 | 15 | 56 | 464 | 144 | 33 |
| Binary | 10001010 | 0 | 1111000 | 0 | 1100100 | 1101 | 101110 | 100110100 | 1100100 | 11011 |
Color Harmonies of #8A0078
Complementary color
Monochromatic Colors of #8A0078
Black with #8A0078
Text Example
Text Example
White with #8A0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0078; }
p { color: rgb(138,0,120); }
H1.HeaderClassName
{
color: #8A0078;
}
.AnyTagClassName
{
color: #8A0078;
}
</style>
background-color css
<style>
a { background-color: #8A0078; }
a { background-color: rgb(138,0,120); }
div.DivClassName
{
background-color: #8A0078;
}
.BgClassName
{
background-color: #8A0078;
}
</style>
border-color css
<style>
span { border-color: #8A0078; }
span { border-color: rgb(138,0,120); }
td.TdClassName
{
border-color: #8A0078;
}
.TagClassName
{
border-color: #8A0078;
}
</style>