Shades of Purple #8F077A
Tints of Purple #8F077A
RGB
CMYK
RGB Variations
Color information
#8F077A (or 0x8F077A) is known color: Purple. HEX triplet: 8F, 07 and 7A. RGB value is (143,7,122). Sum of RGB (Red+Green+Blue) = 143+7+122=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F077A is #70F885. Grayscale: #3C3C3C. Windows color (decimal): -7403654 or 7997327. OLE color: 7997327.
HSL color Cylindrical-coordinate representation of color #8F077A: hue angle of 309.26º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F077A is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 122 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.44 |
| HSL | 309.26º | 0.91% | 0.29% | - |
| HSV(B) | 309.26º | 0.95% | 0.56% | - |
| XYZ | 14.92 | 7.4 | 19.05 | - |
| YUV | 60.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 122 | 0 | 0.95 | 0.15 | 0.44 | 309.26 | 0.91 | 0.29 |
| Hex | 8F | 7 | 7A | 0 | 5F | F | 2C | 135 | 5B | 1D |
| Octal | 217 | 7 | 172 | 0 | 137 | 17 | 54 | 465 | 133 | 35 |
| Binary | 10001111 | 111 | 1111010 | 0 | 1011111 | 1111 | 101100 | 100110101 | 1011011 | 11101 |
Color Harmonies of #8F077A
Complementary color
Monochromatic Colors of #8F077A
Black with #8F077A
Text Example
Text Example
White with #8F077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F077A; }
p { color: rgb(143,7,122); }
H1.HeaderClassName
{
color: #8F077A;
}
.AnyTagClassName
{
color: #8F077A;
}
</style>
background-color css
<style>
a { background-color: #8F077A; }
a { background-color: rgb(143,7,122); }
div.DivClassName
{
background-color: #8F077A;
}
.BgClassName
{
background-color: #8F077A;
}
</style>
border-color css
<style>
span { border-color: #8F077A; }
span { border-color: rgb(143,7,122); }
td.TdClassName
{
border-color: #8F077A;
}
.TagClassName
{
border-color: #8F077A;
}
</style>