Shades of Dark Purple #8F317C
Tints of Dark Purple #8F317C
RGB
CMYK
RGB Variations
Color information
#8F317C (or 0x8F317C) is known color: Dark Purple. HEX triplet: 8F, 31 and 7C. RGB value is (143,49,124). Sum of RGB (Red+Green+Blue) = 143+49+124=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F317C is #70CE83. Grayscale: #555555. Windows color (decimal): -7392900 or 8139151. OLE color: 8139151.
HSL color Cylindrical-coordinate representation of color #8F317C: hue angle of 312.13º 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 #8F317C is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 124 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.44 |
| HSL | 312.13º | 0.49% | 0.38% | - |
| HSV(B) | 312.13º | 0.66% | 0.56% | - |
| XYZ | 16.06 | 9.49 | 20.05 | - |
| YUV | 85.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 124 | 0 | 0.66 | 0.13 | 0.44 | 312.13 | 0.49 | 0.38 |
| Hex | 8F | 31 | 7C | 0 | 42 | D | 2C | 138 | 31 | 26 |
| Octal | 217 | 61 | 174 | 0 | 102 | 15 | 54 | 470 | 61 | 46 |
| Binary | 10001111 | 110001 | 1111100 | 0 | 1000010 | 1101 | 101100 | 100111000 | 110001 | 100110 |
Color Harmonies of #8F317C
Complementary color
Monochromatic Colors of #8F317C
Black with #8F317C
Text Example
Text Example
White with #8F317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F317C; }
p { color: rgb(143,49,124); }
H1.HeaderClassName
{
color: #8F317C;
}
.AnyTagClassName
{
color: #8F317C;
}
</style>
background-color css
<style>
a { background-color: #8F317C; }
a { background-color: rgb(143,49,124); }
div.DivClassName
{
background-color: #8F317C;
}
.BgClassName
{
background-color: #8F317C;
}
</style>
border-color css
<style>
span { border-color: #8F317C; }
span { border-color: rgb(143,49,124); }
td.TdClassName
{
border-color: #8F317C;
}
.TagClassName
{
border-color: #8F317C;
}
</style>