Shades of Dark Purple #8F317B
Tints of Dark Purple #8F317B
RGB
CMYK
RGB Variations
Color information
#8F317B (or 0x8F317B) is known color: Dark Purple. HEX triplet: 8F, 31 and 7B. RGB value is (143,49,123). Sum of RGB (Red+Green+Blue) = 143+49+123=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F317B is #70CE84. Grayscale: #555555. Windows color (decimal): -7392901 or 8073615. OLE color: 8073615.
HSL color Cylindrical-coordinate representation of color #8F317B: hue angle of 312.77º 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 #8F317B is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 123 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.44 |
| HSL | 312.77º | 0.49% | 0.38% | - |
| HSV(B) | 312.77º | 0.66% | 0.56% | - |
| XYZ | 16 | 9.47 | 19.72 | - |
| YUV | 85.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 123 | 0 | 0.66 | 0.14 | 0.44 | 312.77 | 0.49 | 0.38 |
| Hex | 8F | 31 | 7B | 0 | 42 | E | 2C | 139 | 31 | 26 |
| Octal | 217 | 61 | 173 | 0 | 102 | 16 | 54 | 471 | 61 | 46 |
| Binary | 10001111 | 110001 | 1111011 | 0 | 1000010 | 1110 | 101100 | 100111001 | 110001 | 100110 |
Color Harmonies of #8F317B
Complementary color
Monochromatic Colors of #8F317B
Black with #8F317B
Text Example
Text Example
White with #8F317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F317B; }
p { color: rgb(143,49,123); }
H1.HeaderClassName
{
color: #8F317B;
}
.AnyTagClassName
{
color: #8F317B;
}
</style>
background-color css
<style>
a { background-color: #8F317B; }
a { background-color: rgb(143,49,123); }
div.DivClassName
{
background-color: #8F317B;
}
.BgClassName
{
background-color: #8F317B;
}
</style>
border-color css
<style>
span { border-color: #8F317B; }
span { border-color: rgb(143,49,123); }
td.TdClassName
{
border-color: #8F317B;
}
.TagClassName
{
border-color: #8F317B;
}
</style>