Shades of Dark Purple #8F2473
Tints of Dark Purple #8F2473
RGB
CMYK
RGB Variations
Color information
#8F2473 (or 0x8F2473) is known color: Dark Purple. HEX triplet: 8F, 24 and 73. RGB value is (143,36,115). Sum of RGB (Red+Green+Blue) = 143+36+115=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2473 is #70DB8C. Grayscale: #4C4C4C. Windows color (decimal): -7396237 or 7545999. OLE color: 7545999.
HSL color Cylindrical-coordinate representation of color #8F2473: hue angle of 315.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2473 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 115 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.44 |
| HSL | 315.7º | 0.6% | 0.35% | - |
| HSV(B) | 315.7º | 0.75% | 0.56% | - |
| XYZ | 15.05 | 8.34 | 17.04 | - |
| YUV | 77 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 115 | 0 | 0.75 | 0.20 | 0.44 | 315.7 | 0.6 | 0.35 |
| Hex | 8F | 24 | 73 | 0 | 4B | 14 | 2C | 13C | 3C | 23 |
| Octal | 217 | 44 | 163 | 0 | 113 | 24 | 54 | 474 | 74 | 43 |
| Binary | 10001111 | 100100 | 1110011 | 0 | 1001011 | 10100 | 101100 | 100111100 | 111100 | 100011 |
Color Harmonies of #8F2473
Complementary color
Monochromatic Colors of #8F2473
Black with #8F2473
Text Example
Text Example
White with #8F2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2473; }
p { color: rgb(143,36,115); }
H1.HeaderClassName
{
color: #8F2473;
}
.AnyTagClassName
{
color: #8F2473;
}
</style>
background-color css
<style>
a { background-color: #8F2473; }
a { background-color: rgb(143,36,115); }
div.DivClassName
{
background-color: #8F2473;
}
.BgClassName
{
background-color: #8F2473;
}
</style>
border-color css
<style>
span { border-color: #8F2473; }
span { border-color: rgb(143,36,115); }
td.TdClassName
{
border-color: #8F2473;
}
.TagClassName
{
border-color: #8F2473;
}
</style>