Shades of Dark Purple #8F2672
Tints of Dark Purple #8F2672
RGB
CMYK
RGB Variations
Color information
#8F2672 (or 0x8F2672) is known color: Dark Purple. HEX triplet: 8F, 26 and 72. RGB value is (143,38,114). Sum of RGB (Red+Green+Blue) = 143+38+114=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2672 is #70D98D. Grayscale: #4D4D4D. Windows color (decimal): -7395726 or 7480975. OLE color: 7480975.
HSL color Cylindrical-coordinate representation of color #8F2672: hue angle of 316.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2672 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 114 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.44 |
| HSL | 316.57º | 0.58% | 0.35% | - |
| HSV(B) | 316.57º | 0.73% | 0.56% | - |
| XYZ | 15.06 | 8.44 | 16.76 | - |
| YUV | 78.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 114 | 0 | 0.73 | 0.20 | 0.44 | 316.57 | 0.58 | 0.35 |
| Hex | 8F | 26 | 72 | 0 | 49 | 14 | 2C | 13D | 3A | 23 |
| Octal | 217 | 46 | 162 | 0 | 111 | 24 | 54 | 475 | 72 | 43 |
| Binary | 10001111 | 100110 | 1110010 | 0 | 1001001 | 10100 | 101100 | 100111101 | 111010 | 100011 |
Color Harmonies of #8F2672
Complementary color
Monochromatic Colors of #8F2672
Black with #8F2672
Text Example
Text Example
White with #8F2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2672; }
p { color: rgb(143,38,114); }
H1.HeaderClassName
{
color: #8F2672;
}
.AnyTagClassName
{
color: #8F2672;
}
</style>
background-color css
<style>
a { background-color: #8F2672; }
a { background-color: rgb(143,38,114); }
div.DivClassName
{
background-color: #8F2672;
}
.BgClassName
{
background-color: #8F2672;
}
</style>
border-color css
<style>
span { border-color: #8F2672; }
span { border-color: rgb(143,38,114); }
td.TdClassName
{
border-color: #8F2672;
}
.TagClassName
{
border-color: #8F2672;
}
</style>