Shades of Purple #8F027A
Tints of Purple #8F027A
RGB
CMYK
RGB Variations
Color information
#8F027A (or 0x8F027A) is known color: Purple. HEX triplet: 8F, 02 and 7A. RGB value is (143,2,122). Sum of RGB (Red+Green+Blue) = 143+2+122=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F027A is #70FD85. Grayscale: #393939. Windows color (decimal): -7404934 or 7996047. OLE color: 7996047.
HSL color Cylindrical-coordinate representation of color #8F027A: hue angle of 308.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F027A is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.44 |
| HSL | 308.94º | 0.97% | 0.28% | - |
| HSV(B) | 308.94º | 0.99% | 0.56% | - |
| XYZ | 14.86 | 7.29 | 19.04 | - |
| YUV | 57.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 122 | 0 | 0.99 | 0.15 | 0.44 | 308.94 | 0.97 | 0.28 |
| Hex | 8F | 2 | 7A | 0 | 63 | F | 2C | 135 | 61 | 1C |
| Octal | 217 | 2 | 172 | 0 | 143 | 17 | 54 | 465 | 141 | 34 |
| Binary | 10001111 | 10 | 1111010 | 0 | 1100011 | 1111 | 101100 | 100110101 | 1100001 | 11100 |
Color Harmonies of #8F027A
Complementary color
Monochromatic Colors of #8F027A
Black with #8F027A
Text Example
Text Example
White with #8F027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F027A; }
p { color: rgb(143,2,122); }
H1.HeaderClassName
{
color: #8F027A;
}
.AnyTagClassName
{
color: #8F027A;
}
</style>
background-color css
<style>
a { background-color: #8F027A; }
a { background-color: rgb(143,2,122); }
div.DivClassName
{
background-color: #8F027A;
}
.BgClassName
{
background-color: #8F027A;
}
</style>
border-color css
<style>
span { border-color: #8F027A; }
span { border-color: rgb(143,2,122); }
td.TdClassName
{
border-color: #8F027A;
}
.TagClassName
{
border-color: #8F027A;
}
</style>