Shades of Dark Purple #8F347E
Tints of Dark Purple #8F347E
RGB
CMYK
RGB Variations
Color information
#8F347E (or 0x8F347E) is known color: Dark Purple. HEX triplet: 8F, 34 and 7E. RGB value is (143,52,126). Sum of RGB (Red+Green+Blue) = 143+52+126=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F347E is #70CB81. Grayscale: #575757. Windows color (decimal): -7392130 or 8270991. OLE color: 8270991.
HSL color Cylindrical-coordinate representation of color #8F347E: hue angle of 311.21º 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 #8F347E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 126 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.44 |
| HSL | 311.21º | 0.47% | 0.38% | - |
| HSV(B) | 311.21º | 0.64% | 0.56% | - |
| XYZ | 16.32 | 9.8 | 20.77 | - |
| YUV | 87.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 126 | 0 | 0.64 | 0.12 | 0.44 | 311.21 | 0.47 | 0.38 |
| Hex | 8F | 34 | 7E | 0 | 40 | C | 2C | 137 | 2F | 26 |
| Octal | 217 | 64 | 176 | 0 | 100 | 14 | 54 | 467 | 57 | 46 |
| Binary | 10001111 | 110100 | 1111110 | 0 | 1000000 | 1100 | 101100 | 100110111 | 101111 | 100110 |
Color Harmonies of #8F347E
Complementary color
Monochromatic Colors of #8F347E
Black with #8F347E
Text Example
Text Example
White with #8F347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F347E; }
p { color: rgb(143,52,126); }
H1.HeaderClassName
{
color: #8F347E;
}
.AnyTagClassName
{
color: #8F347E;
}
</style>
background-color css
<style>
a { background-color: #8F347E; }
a { background-color: rgb(143,52,126); }
div.DivClassName
{
background-color: #8F347E;
}
.BgClassName
{
background-color: #8F347E;
}
</style>
border-color css
<style>
span { border-color: #8F347E; }
span { border-color: rgb(143,52,126); }
td.TdClassName
{
border-color: #8F347E;
}
.TagClassName
{
border-color: #8F347E;
}
</style>