Shades of Purple #8F067A
Tints of Purple #8F067A
RGB
CMYK
RGB Variations
Color information
#8F067A (or 0x8F067A) is known color: Purple. HEX triplet: 8F, 06 and 7A. RGB value is (143,6,122). Sum of RGB (Red+Green+Blue) = 143+6+122=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F067A is #70F985. Grayscale: #3B3B3B. Windows color (decimal): -7403910 or 7997071. OLE color: 7997071.
HSL color Cylindrical-coordinate representation of color #8F067A: hue angle of 309.2º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F067A is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.44 |
| HSL | 309.2º | 0.92% | 0.29% | - |
| HSV(B) | 309.2º | 0.96% | 0.56% | - |
| XYZ | 14.91 | 7.38 | 19.05 | - |
| YUV | 60.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 122 | 0 | 0.96 | 0.15 | 0.44 | 309.2 | 0.92 | 0.29 |
| Hex | 8F | 6 | 7A | 0 | 60 | F | 2C | 135 | 5C | 1D |
| Octal | 217 | 6 | 172 | 0 | 140 | 17 | 54 | 465 | 134 | 35 |
| Binary | 10001111 | 110 | 1111010 | 0 | 1100000 | 1111 | 101100 | 100110101 | 1011100 | 11101 |
Color Harmonies of #8F067A
Complementary color
Monochromatic Colors of #8F067A
Black with #8F067A
Text Example
Text Example
White with #8F067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F067A; }
p { color: rgb(143,6,122); }
H1.HeaderClassName
{
color: #8F067A;
}
.AnyTagClassName
{
color: #8F067A;
}
</style>
background-color css
<style>
a { background-color: #8F067A; }
a { background-color: rgb(143,6,122); }
div.DivClassName
{
background-color: #8F067A;
}
.BgClassName
{
background-color: #8F067A;
}
</style>
border-color css
<style>
span { border-color: #8F067A; }
span { border-color: rgb(143,6,122); }
td.TdClassName
{
border-color: #8F067A;
}
.TagClassName
{
border-color: #8F067A;
}
</style>