Shades of Dark Purple #8F2679
Tints of Dark Purple #8F2679
RGB
CMYK
RGB Variations
Color information
#8F2679 (or 0x8F2679) is known color: Dark Purple. HEX triplet: 8F, 26 and 79. RGB value is (143,38,121). Sum of RGB (Red+Green+Blue) = 143+38+121=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2679 is #70D986. Grayscale: #4E4E4E. Windows color (decimal): -7395719 or 7939727. OLE color: 7939727.
HSL color Cylindrical-coordinate representation of color #8F2679: hue angle of 312.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 #8F2679 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 121 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.44 |
| HSL | 312.57º | 0.58% | 0.35% | - |
| HSV(B) | 312.57º | 0.73% | 0.56% | - |
| XYZ | 15.47 | 8.61 | 18.93 | - |
| YUV | 78.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 121 | 0 | 0.73 | 0.15 | 0.44 | 312.57 | 0.58 | 0.35 |
| Hex | 8F | 26 | 79 | 0 | 49 | F | 2C | 139 | 3A | 23 |
| Octal | 217 | 46 | 171 | 0 | 111 | 17 | 54 | 471 | 72 | 43 |
| Binary | 10001111 | 100110 | 1111001 | 0 | 1001001 | 1111 | 101100 | 100111001 | 111010 | 100011 |
Color Harmonies of #8F2679
Complementary color
Monochromatic Colors of #8F2679
Black with #8F2679
Text Example
Text Example
White with #8F2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2679; }
p { color: rgb(143,38,121); }
H1.HeaderClassName
{
color: #8F2679;
}
.AnyTagClassName
{
color: #8F2679;
}
</style>
background-color css
<style>
a { background-color: #8F2679; }
a { background-color: rgb(143,38,121); }
div.DivClassName
{
background-color: #8F2679;
}
.BgClassName
{
background-color: #8F2679;
}
</style>
border-color css
<style>
span { border-color: #8F2679; }
span { border-color: rgb(143,38,121); }
td.TdClassName
{
border-color: #8F2679;
}
.TagClassName
{
border-color: #8F2679;
}
</style>