Shades of Dark Purple #8F1373
Tints of Dark Purple #8F1373
RGB
CMYK
RGB Variations
Color information
#8F1373 (or 0x8F1373) is known color: Dark Purple. HEX triplet: 8F, 13 and 73. RGB value is (143,19,115). Sum of RGB (Red+Green+Blue) = 143+19+115=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1373 is #70EC8C. Grayscale: #424242. Windows color (decimal): -7400589 or 7541647. OLE color: 7541647.
HSL color Cylindrical-coordinate representation of color #8F1373: hue angle of 313.55º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1373 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 115 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.44 |
| HSL | 313.55º | 0.77% | 0.32% | - |
| HSV(B) | 313.55º | 0.87% | 0.56% | - |
| XYZ | 14.66 | 7.54 | 16.9 | - |
| YUV | 67.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 115 | 0 | 0.87 | 0.20 | 0.44 | 313.55 | 0.77 | 0.32 |
| Hex | 8F | 13 | 73 | 0 | 57 | 14 | 2C | 13A | 4D | 20 |
| Octal | 217 | 23 | 163 | 0 | 127 | 24 | 54 | 472 | 115 | 40 |
| Binary | 10001111 | 10011 | 1110011 | 0 | 1010111 | 10100 | 101100 | 100111010 | 1001101 | 100000 |
Color Harmonies of #8F1373
Complementary color
Monochromatic Colors of #8F1373
Black with #8F1373
Text Example
Text Example
White with #8F1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1373; }
p { color: rgb(143,19,115); }
H1.HeaderClassName
{
color: #8F1373;
}
.AnyTagClassName
{
color: #8F1373;
}
</style>
background-color css
<style>
a { background-color: #8F1373; }
a { background-color: rgb(143,19,115); }
div.DivClassName
{
background-color: #8F1373;
}
.BgClassName
{
background-color: #8F1373;
}
</style>
border-color css
<style>
span { border-color: #8F1373; }
span { border-color: rgb(143,19,115); }
td.TdClassName
{
border-color: #8F1373;
}
.TagClassName
{
border-color: #8F1373;
}
</style>