Shades of Dark Purple #8F0F70
Tints of Dark Purple #8F0F70
RGB
CMYK
RGB Variations
Color information
#8F0F70 (or 0x8F0F70) is known color: Dark Purple. HEX triplet: 8F, 0F and 70. RGB value is (143,15,112). Sum of RGB (Red+Green+Blue) = 143+15+112=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F70 is #70F08F. Grayscale: #404040. Windows color (decimal): -7401616 or 7344015. OLE color: 7344015.
HSL color Cylindrical-coordinate representation of color #8F0F70: hue angle of 314.53º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F70 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 112 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.44 |
| HSL | 314.53º | 0.81% | 0.31% | - |
| HSV(B) | 314.53º | 0.9% | 0.56% | - |
| XYZ | 14.42 | 7.35 | 15.99 | - |
| YUV | 64.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 112 | 0 | 0.90 | 0.22 | 0.44 | 314.53 | 0.81 | 0.31 |
| Hex | 8F | F | 70 | 0 | 5A | 16 | 2C | 13B | 51 | 1F |
| Octal | 217 | 17 | 160 | 0 | 132 | 26 | 54 | 473 | 121 | 37 |
| Binary | 10001111 | 1111 | 1110000 | 0 | 1011010 | 10110 | 101100 | 100111011 | 1010001 | 11111 |
Color Harmonies of #8F0F70
Complementary color
Monochromatic Colors of #8F0F70
Black with #8F0F70
Text Example
Text Example
White with #8F0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F70; }
p { color: rgb(143,15,112); }
H1.HeaderClassName
{
color: #8F0F70;
}
.AnyTagClassName
{
color: #8F0F70;
}
</style>
background-color css
<style>
a { background-color: #8F0F70; }
a { background-color: rgb(143,15,112); }
div.DivClassName
{
background-color: #8F0F70;
}
.BgClassName
{
background-color: #8F0F70;
}
</style>
border-color css
<style>
span { border-color: #8F0F70; }
span { border-color: rgb(143,15,112); }
td.TdClassName
{
border-color: #8F0F70;
}
.TagClassName
{
border-color: #8F0F70;
}
</style>