Shades of Dark Purple #8F1073
Tints of Dark Purple #8F1073
RGB
CMYK
RGB Variations
Color information
#8F1073 (or 0x8F1073) is known color: Dark Purple. HEX triplet: 8F, 10 and 73. RGB value is (143,16,115). Sum of RGB (Red+Green+Blue) = 143+16+115=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1073 is #70EF8C. Grayscale: #404040. Windows color (decimal): -7401357 or 7540879. OLE color: 7540879.
HSL color Cylindrical-coordinate representation of color #8F1073: hue angle of 313.23º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1073 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 115 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.44 |
| HSL | 313.23º | 0.8% | 0.31% | - |
| HSV(B) | 313.23º | 0.89% | 0.56% | - |
| XYZ | 14.61 | 7.45 | 16.89 | - |
| YUV | 65.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 115 | 0 | 0.89 | 0.20 | 0.44 | 313.23 | 0.8 | 0.31 |
| Hex | 8F | 10 | 73 | 0 | 59 | 14 | 2C | 139 | 50 | 1F |
| Octal | 217 | 20 | 163 | 0 | 131 | 24 | 54 | 471 | 120 | 37 |
| Binary | 10001111 | 10000 | 1110011 | 0 | 1011001 | 10100 | 101100 | 100111001 | 1010000 | 11111 |
Color Harmonies of #8F1073
Complementary color
Monochromatic Colors of #8F1073
Black with #8F1073
Text Example
Text Example
White with #8F1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1073; }
p { color: rgb(143,16,115); }
H1.HeaderClassName
{
color: #8F1073;
}
.AnyTagClassName
{
color: #8F1073;
}
</style>
background-color css
<style>
a { background-color: #8F1073; }
a { background-color: rgb(143,16,115); }
div.DivClassName
{
background-color: #8F1073;
}
.BgClassName
{
background-color: #8F1073;
}
</style>
border-color css
<style>
span { border-color: #8F1073; }
span { border-color: rgb(143,16,115); }
td.TdClassName
{
border-color: #8F1073;
}
.TagClassName
{
border-color: #8F1073;
}
</style>