Shades of Purple #8F077B
Tints of Purple #8F077B
RGB
CMYK
RGB Variations
Color information
#8F077B (or 0x8F077B) is known color: Purple. HEX triplet: 8F, 07 and 7B. RGB value is (143,7,123). Sum of RGB (Red+Green+Blue) = 143+7+123=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F077B is #70F884. Grayscale: #3C3C3C. Windows color (decimal): -7403653 or 8062863. OLE color: 8062863.
HSL color Cylindrical-coordinate representation of color #8F077B: hue angle of 308.82º 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 #8F077B is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.44 |
| HSL | 308.82º | 0.91% | 0.29% | - |
| HSV(B) | 308.82º | 0.95% | 0.56% | - |
| XYZ | 14.98 | 7.42 | 19.38 | - |
| YUV | 60.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 123 | 0 | 0.95 | 0.14 | 0.44 | 308.82 | 0.91 | 0.29 |
| Hex | 8F | 7 | 7B | 0 | 5F | E | 2C | 135 | 5B | 1D |
| Octal | 217 | 7 | 173 | 0 | 137 | 16 | 54 | 465 | 133 | 35 |
| Binary | 10001111 | 111 | 1111011 | 0 | 1011111 | 1110 | 101100 | 100110101 | 1011011 | 11101 |
Color Harmonies of #8F077B
Complementary color
Monochromatic Colors of #8F077B
Black with #8F077B
Text Example
Text Example
White with #8F077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F077B; }
p { color: rgb(143,7,123); }
H1.HeaderClassName
{
color: #8F077B;
}
.AnyTagClassName
{
color: #8F077B;
}
</style>
background-color css
<style>
a { background-color: #8F077B; }
a { background-color: rgb(143,7,123); }
div.DivClassName
{
background-color: #8F077B;
}
.BgClassName
{
background-color: #8F077B;
}
</style>
border-color css
<style>
span { border-color: #8F077B; }
span { border-color: rgb(143,7,123); }
td.TdClassName
{
border-color: #8F077B;
}
.TagClassName
{
border-color: #8F077B;
}
</style>