Shades of Purple #8F037A
Tints of Purple #8F037A
RGB
CMYK
RGB Variations
Color information
#8F037A (or 0x8F037A) is known color: Purple. HEX triplet: 8F, 03 and 7A. RGB value is (143,3,122). Sum of RGB (Red+Green+Blue) = 143+3+122=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F037A is #70FC85. Grayscale: #3A3A3A. Windows color (decimal): -7404678 or 7996303. OLE color: 7996303.
HSL color Cylindrical-coordinate representation of color #8F037A: hue angle of 309º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F037A is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.44 |
| HSL | 309º | 0.96% | 0.29% | - |
| HSV(B) | 309º | 0.98% | 0.56% | - |
| XYZ | 14.87 | 7.31 | 19.04 | - |
| YUV | 58.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 122 | 0 | 0.98 | 0.15 | 0.44 | 309 | 0.96 | 0.29 |
| Hex | 8F | 3 | 7A | 0 | 62 | F | 2C | 135 | 60 | 1D |
| Octal | 217 | 3 | 172 | 0 | 142 | 17 | 54 | 465 | 140 | 35 |
| Binary | 10001111 | 11 | 1111010 | 0 | 1100010 | 1111 | 101100 | 100110101 | 1100000 | 11101 |
Color Harmonies of #8F037A
Complementary color
Monochromatic Colors of #8F037A
Black with #8F037A
Text Example
Text Example
White with #8F037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F037A; }
p { color: rgb(143,3,122); }
H1.HeaderClassName
{
color: #8F037A;
}
.AnyTagClassName
{
color: #8F037A;
}
</style>
background-color css
<style>
a { background-color: #8F037A; }
a { background-color: rgb(143,3,122); }
div.DivClassName
{
background-color: #8F037A;
}
.BgClassName
{
background-color: #8F037A;
}
</style>
border-color css
<style>
span { border-color: #8F037A; }
span { border-color: rgb(143,3,122); }
td.TdClassName
{
border-color: #8F037A;
}
.TagClassName
{
border-color: #8F037A;
}
</style>