Shades of Purple #8F047B
Tints of Purple #8F047B
RGB
CMYK
RGB Variations
Color information
#8F047B (or 0x8F047B) is known color: Purple. HEX triplet: 8F, 04 and 7B. RGB value is (143,4,123). Sum of RGB (Red+Green+Blue) = 143+4+123=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F047B is #70FB84. Grayscale: #3A3A3A. Windows color (decimal): -7404421 or 8062095. OLE color: 8062095.
HSL color Cylindrical-coordinate representation of color #8F047B: hue angle of 308.63º degrees, saturation: 0.95, 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 #8F047B is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.44 |
| HSL | 308.63º | 0.95% | 0.29% | - |
| HSV(B) | 308.63º | 0.97% | 0.56% | - |
| XYZ | 14.95 | 7.36 | 19.37 | - |
| YUV | 59.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 123 | 0 | 0.97 | 0.14 | 0.44 | 308.63 | 0.95 | 0.29 |
| Hex | 8F | 4 | 7B | 0 | 61 | E | 2C | 135 | 5F | 1D |
| Octal | 217 | 4 | 173 | 0 | 141 | 16 | 54 | 465 | 137 | 35 |
| Binary | 10001111 | 100 | 1111011 | 0 | 1100001 | 1110 | 101100 | 100110101 | 1011111 | 11101 |
Color Harmonies of #8F047B
Complementary color
Monochromatic Colors of #8F047B
Black with #8F047B
Text Example
Text Example
White with #8F047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F047B; }
p { color: rgb(143,4,123); }
H1.HeaderClassName
{
color: #8F047B;
}
.AnyTagClassName
{
color: #8F047B;
}
</style>
background-color css
<style>
a { background-color: #8F047B; }
a { background-color: rgb(143,4,123); }
div.DivClassName
{
background-color: #8F047B;
}
.BgClassName
{
background-color: #8F047B;
}
</style>
border-color css
<style>
span { border-color: #8F047B; }
span { border-color: rgb(143,4,123); }
td.TdClassName
{
border-color: #8F047B;
}
.TagClassName
{
border-color: #8F047B;
}
</style>