Shades of Purple #8F057A
Tints of Purple #8F057A
RGB
CMYK
RGB Variations
Color information
#8F057A (or 0x8F057A) is known color: Purple. HEX triplet: 8F, 05 and 7A. RGB value is (143,5,122). Sum of RGB (Red+Green+Blue) = 143+5+122=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F057A is #70FA85. Grayscale: #3B3B3B. Windows color (decimal): -7404166 or 7996815. OLE color: 7996815.
HSL color Cylindrical-coordinate representation of color #8F057A: hue angle of 309.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F057A is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.44 |
| HSL | 309.13º | 0.93% | 0.29% | - |
| HSV(B) | 309.13º | 0.97% | 0.56% | - |
| XYZ | 14.89 | 7.35 | 19.05 | - |
| YUV | 59.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 122 | 0 | 0.97 | 0.15 | 0.44 | 309.13 | 0.93 | 0.29 |
| Hex | 8F | 5 | 7A | 0 | 61 | F | 2C | 135 | 5D | 1D |
| Octal | 217 | 5 | 172 | 0 | 141 | 17 | 54 | 465 | 135 | 35 |
| Binary | 10001111 | 101 | 1111010 | 0 | 1100001 | 1111 | 101100 | 100110101 | 1011101 | 11101 |
Color Harmonies of #8F057A
Complementary color
Monochromatic Colors of #8F057A
Black with #8F057A
Text Example
Text Example
White with #8F057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F057A; }
p { color: rgb(143,5,122); }
H1.HeaderClassName
{
color: #8F057A;
}
.AnyTagClassName
{
color: #8F057A;
}
</style>
background-color css
<style>
a { background-color: #8F057A; }
a { background-color: rgb(143,5,122); }
div.DivClassName
{
background-color: #8F057A;
}
.BgClassName
{
background-color: #8F057A;
}
</style>
border-color css
<style>
span { border-color: #8F057A; }
span { border-color: rgb(143,5,122); }
td.TdClassName
{
border-color: #8F057A;
}
.TagClassName
{
border-color: #8F057A;
}
</style>