Shades of Dark Purple #8F297A
Tints of Dark Purple #8F297A
RGB
CMYK
RGB Variations
Color information
#8F297A (or 0x8F297A) is known color: Dark Purple. HEX triplet: 8F, 29 and 7A. RGB value is (143,41,122). Sum of RGB (Red+Green+Blue) = 143+41+122=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F297A is #70D685. Grayscale: #505050. Windows color (decimal): -7394950 or 8006031. OLE color: 8006031.
HSL color Cylindrical-coordinate representation of color #8F297A: hue angle of 312.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F297A is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 122 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.44 |
| HSL | 312.35º | 0.55% | 0.36% | - |
| HSV(B) | 312.35º | 0.71% | 0.56% | - |
| XYZ | 15.63 | 8.83 | 19.29 | - |
| YUV | 80.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 122 | 0 | 0.71 | 0.15 | 0.44 | 312.35 | 0.55 | 0.36 |
| Hex | 8F | 29 | 7A | 0 | 47 | F | 2C | 138 | 37 | 24 |
| Octal | 217 | 51 | 172 | 0 | 107 | 17 | 54 | 470 | 67 | 44 |
| Binary | 10001111 | 101001 | 1111010 | 0 | 1000111 | 1111 | 101100 | 100111000 | 110111 | 100100 |
Color Harmonies of #8F297A
Complementary color
Monochromatic Colors of #8F297A
Black with #8F297A
Text Example
Text Example
White with #8F297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F297A; }
p { color: rgb(143,41,122); }
H1.HeaderClassName
{
color: #8F297A;
}
.AnyTagClassName
{
color: #8F297A;
}
</style>
background-color css
<style>
a { background-color: #8F297A; }
a { background-color: rgb(143,41,122); }
div.DivClassName
{
background-color: #8F297A;
}
.BgClassName
{
background-color: #8F297A;
}
</style>
border-color css
<style>
span { border-color: #8F297A; }
span { border-color: rgb(143,41,122); }
td.TdClassName
{
border-color: #8F297A;
}
.TagClassName
{
border-color: #8F297A;
}
</style>