Shades of Dark Purple #8F347F
Tints of Dark Purple #8F347F
RGB
CMYK
RGB Variations
Color information
#8F347F (or 0x8F347F) is known color: Dark Purple. HEX triplet: 8F, 34 and 7F. RGB value is (143,52,127). Sum of RGB (Red+Green+Blue) = 143+52+127=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F347F is #70CB80. Grayscale: #575757. Windows color (decimal): -7392129 or 8336527. OLE color: 8336527.
HSL color Cylindrical-coordinate representation of color #8F347F: hue angle of 310.55º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F347F is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 127 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.44 |
| HSL | 310.55º | 0.47% | 0.38% | - |
| HSV(B) | 310.55º | 0.64% | 0.56% | - |
| XYZ | 16.39 | 9.83 | 21.11 | - |
| YUV | 87.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 127 | 0 | 0.64 | 0.11 | 0.44 | 310.55 | 0.47 | 0.38 |
| Hex | 8F | 34 | 7F | 0 | 40 | B | 2C | 137 | 2F | 26 |
| Octal | 217 | 64 | 177 | 0 | 100 | 13 | 54 | 467 | 57 | 46 |
| Binary | 10001111 | 110100 | 1111111 | 0 | 1000000 | 1011 | 101100 | 100110111 | 101111 | 100110 |
Color Harmonies of #8F347F
Complementary color
Monochromatic Colors of #8F347F
Black with #8F347F
Text Example
Text Example
White with #8F347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F347F; }
p { color: rgb(143,52,127); }
H1.HeaderClassName
{
color: #8F347F;
}
.AnyTagClassName
{
color: #8F347F;
}
</style>
background-color css
<style>
a { background-color: #8F347F; }
a { background-color: rgb(143,52,127); }
div.DivClassName
{
background-color: #8F347F;
}
.BgClassName
{
background-color: #8F347F;
}
</style>
border-color css
<style>
span { border-color: #8F347F; }
span { border-color: rgb(143,52,127); }
td.TdClassName
{
border-color: #8F347F;
}
.TagClassName
{
border-color: #8F347F;
}
</style>