Shades of Purple #8F087A
Tints of Purple #8F087A
RGB
CMYK
RGB Variations
Color information
#8F087A (or 0x8F087A) is known color: Purple. HEX triplet: 8F, 08 and 7A. RGB value is (143,8,122). Sum of RGB (Red+Green+Blue) = 143+8+122=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F087A is #70F785. Grayscale: #3D3D3D. Windows color (decimal): -7403398 or 7997583. OLE color: 7997583.
HSL color Cylindrical-coordinate representation of color #8F087A: hue angle of 309.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F087A is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.44 |
| HSL | 309.33º | 0.89% | 0.3% | - |
| HSV(B) | 309.33º | 0.94% | 0.56% | - |
| XYZ | 14.93 | 7.42 | 19.06 | - |
| YUV | 61.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 122 | 0 | 0.94 | 0.15 | 0.44 | 309.33 | 0.89 | 0.3 |
| Hex | 8F | 8 | 7A | 0 | 5E | F | 2C | 135 | 59 | 1E |
| Octal | 217 | 10 | 172 | 0 | 136 | 17 | 54 | 465 | 131 | 36 |
| Binary | 10001111 | 1000 | 1111010 | 0 | 1011110 | 1111 | 101100 | 100110101 | 1011001 | 11110 |
Color Harmonies of #8F087A
Complementary color
Monochromatic Colors of #8F087A
Black with #8F087A
Text Example
Text Example
White with #8F087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F087A; }
p { color: rgb(143,8,122); }
H1.HeaderClassName
{
color: #8F087A;
}
.AnyTagClassName
{
color: #8F087A;
}
</style>
background-color css
<style>
a { background-color: #8F087A; }
a { background-color: rgb(143,8,122); }
div.DivClassName
{
background-color: #8F087A;
}
.BgClassName
{
background-color: #8F087A;
}
</style>
border-color css
<style>
span { border-color: #8F087A; }
span { border-color: rgb(143,8,122); }
td.TdClassName
{
border-color: #8F087A;
}
.TagClassName
{
border-color: #8F087A;
}
</style>