Shades of Dark Purple #8F317A
Tints of Dark Purple #8F317A
RGB
CMYK
RGB Variations
Color information
#8F317A (or 0x8F317A) is known color: Dark Purple. HEX triplet: 8F, 31 and 7A. RGB value is (143,49,122). Sum of RGB (Red+Green+Blue) = 143+49+122=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F317A is #70CE85. Grayscale: #555555. Windows color (decimal): -7392902 or 8008079. OLE color: 8008079.
HSL color Cylindrical-coordinate representation of color #8F317A: hue angle of 313.4º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F317A is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 122 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.44 |
| HSL | 313.4º | 0.49% | 0.38% | - |
| HSV(B) | 313.4º | 0.66% | 0.56% | - |
| XYZ | 15.94 | 9.44 | 19.39 | - |
| YUV | 85.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 122 | 0 | 0.66 | 0.15 | 0.44 | 313.4 | 0.49 | 0.38 |
| Hex | 8F | 31 | 7A | 0 | 42 | F | 2C | 139 | 31 | 26 |
| Octal | 217 | 61 | 172 | 0 | 102 | 17 | 54 | 471 | 61 | 46 |
| Binary | 10001111 | 110001 | 1111010 | 0 | 1000010 | 1111 | 101100 | 100111001 | 110001 | 100110 |
Color Harmonies of #8F317A
Complementary color
Monochromatic Colors of #8F317A
Black with #8F317A
Text Example
Text Example
White with #8F317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F317A; }
p { color: rgb(143,49,122); }
H1.HeaderClassName
{
color: #8F317A;
}
.AnyTagClassName
{
color: #8F317A;
}
</style>
background-color css
<style>
a { background-color: #8F317A; }
a { background-color: rgb(143,49,122); }
div.DivClassName
{
background-color: #8F317A;
}
.BgClassName
{
background-color: #8F317A;
}
</style>
border-color css
<style>
span { border-color: #8F317A; }
span { border-color: rgb(143,49,122); }
td.TdClassName
{
border-color: #8F317A;
}
.TagClassName
{
border-color: #8F317A;
}
</style>