Shades of Purple #8F0577
Tints of Purple #8F0577
RGB
CMYK
RGB Variations
Color information
#8F0577 (or 0x8F0577) is known color: Purple. HEX triplet: 8F, 05 and 77. RGB value is (143,5,119). Sum of RGB (Red+Green+Blue) = 143+5+119=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0577 is #70FA88. Grayscale: #3A3A3A. Windows color (decimal): -7404169 or 7800207. OLE color: 7800207.
HSL color Cylindrical-coordinate representation of color #8F0577: hue angle of 310.43º 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 #8F0577 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.44 |
| HSL | 310.43º | 0.93% | 0.29% | - |
| HSV(B) | 310.43º | 0.97% | 0.56% | - |
| XYZ | 14.71 | 7.28 | 18.08 | - |
| YUV | 59.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 119 | 0 | 0.97 | 0.17 | 0.44 | 310.43 | 0.93 | 0.29 |
| Hex | 8F | 5 | 77 | 0 | 61 | 11 | 2C | 136 | 5D | 1D |
| Octal | 217 | 5 | 167 | 0 | 141 | 21 | 54 | 466 | 135 | 35 |
| Binary | 10001111 | 101 | 1110111 | 0 | 1100001 | 10001 | 101100 | 100110110 | 1011101 | 11101 |
Color Harmonies of #8F0577
Complementary color
Monochromatic Colors of #8F0577
Black with #8F0577
Text Example
Text Example
White with #8F0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0577; }
p { color: rgb(143,5,119); }
H1.HeaderClassName
{
color: #8F0577;
}
.AnyTagClassName
{
color: #8F0577;
}
</style>
background-color css
<style>
a { background-color: #8F0577; }
a { background-color: rgb(143,5,119); }
div.DivClassName
{
background-color: #8F0577;
}
.BgClassName
{
background-color: #8F0577;
}
</style>
border-color css
<style>
span { border-color: #8F0577; }
span { border-color: rgb(143,5,119); }
td.TdClassName
{
border-color: #8F0577;
}
.TagClassName
{
border-color: #8F0577;
}
</style>