Shades of Purple #8F0878
Tints of Purple #8F0878
RGB
CMYK
RGB Variations
Color information
#8F0878 (or 0x8F0878) is known color: Purple. HEX triplet: 8F, 08 and 78. RGB value is (143,8,120). Sum of RGB (Red+Green+Blue) = 143+8+120=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0878 is #70F787. Grayscale: #3C3C3C. Windows color (decimal): -7403400 or 7866511. OLE color: 7866511.
HSL color Cylindrical-coordinate representation of color #8F0878: hue angle of 310.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0878 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 120 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.44 |
| HSL | 310.22º | 0.89% | 0.3% | - |
| HSV(B) | 310.22º | 0.94% | 0.56% | - |
| XYZ | 14.8 | 7.37 | 18.41 | - |
| YUV | 61.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 120 | 0 | 0.94 | 0.16 | 0.44 | 310.22 | 0.89 | 0.3 |
| Hex | 8F | 8 | 78 | 0 | 5E | 10 | 2C | 136 | 59 | 1E |
| Octal | 217 | 10 | 170 | 0 | 136 | 20 | 54 | 466 | 131 | 36 |
| Binary | 10001111 | 1000 | 1111000 | 0 | 1011110 | 10000 | 101100 | 100110110 | 1011001 | 11110 |
Color Harmonies of #8F0878
Complementary color
Monochromatic Colors of #8F0878
Black with #8F0878
Text Example
Text Example
White with #8F0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0878; }
p { color: rgb(143,8,120); }
H1.HeaderClassName
{
color: #8F0878;
}
.AnyTagClassName
{
color: #8F0878;
}
</style>
background-color css
<style>
a { background-color: #8F0878; }
a { background-color: rgb(143,8,120); }
div.DivClassName
{
background-color: #8F0878;
}
.BgClassName
{
background-color: #8F0878;
}
</style>
border-color css
<style>
span { border-color: #8F0878; }
span { border-color: rgb(143,8,120); }
td.TdClassName
{
border-color: #8F0878;
}
.TagClassName
{
border-color: #8F0878;
}
</style>