Shades of Purple #8F0079
Tints of Purple #8F0079
RGB
CMYK
RGB Variations
Color information
#8F0079 (or 0x8F0079) is known color: Purple. HEX triplet: 8F, 00 and 79. RGB value is (143,0,121). Sum of RGB (Red+Green+Blue) = 143+0+121=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0079 is #70FF86. Grayscale: #383838. Windows color (decimal): -7405447 or 7929999. OLE color: 7929999.
HSL color Cylindrical-coordinate representation of color #8F0079: hue angle of 309.23º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0079 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.15 | 0.44 |
| HSL | 309.23º | 1% | 0.28% | - |
| HSV(B) | 309.23º | 1% | 0.56% | - |
| XYZ | 14.78 | 7.22 | 18.7 | - |
| YUV | 56.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 121 | 0 | 1 | 0.15 | 0.44 | 309.23 | 1 | 0.28 |
| Hex | 8F | 0 | 79 | 0 | 64 | F | 2C | 135 | 64 | 1C |
| Octal | 217 | 0 | 171 | 0 | 144 | 17 | 54 | 465 | 144 | 34 |
| Binary | 10001111 | 0 | 1111001 | 0 | 1100100 | 1111 | 101100 | 100110101 | 1100100 | 11100 |
Color Harmonies of #8F0079
Complementary color
Monochromatic Colors of #8F0079
Black with #8F0079
Text Example
Text Example
White with #8F0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0079; }
p { color: rgb(143,0,121); }
H1.HeaderClassName
{
color: #8F0079;
}
.AnyTagClassName
{
color: #8F0079;
}
</style>
background-color css
<style>
a { background-color: #8F0079; }
a { background-color: rgb(143,0,121); }
div.DivClassName
{
background-color: #8F0079;
}
.BgClassName
{
background-color: #8F0079;
}
</style>
border-color css
<style>
span { border-color: #8F0079; }
span { border-color: rgb(143,0,121); }
td.TdClassName
{
border-color: #8F0079;
}
.TagClassName
{
border-color: #8F0079;
}
</style>