Shades of Dark Purple #8F347B
Tints of Dark Purple #8F347B
RGB
CMYK
RGB Variations
Color information
#8F347B (or 0x8F347B) is known color: Dark Purple. HEX triplet: 8F, 34 and 7B. RGB value is (143,52,123). Sum of RGB (Red+Green+Blue) = 143+52+123=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F347B is #70CB84. Grayscale: #575757. Windows color (decimal): -7392133 or 8074383. OLE color: 8074383.
HSL color Cylindrical-coordinate representation of color #8F347B: hue angle of 313.19º 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 #8F347B is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 123 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.44 |
| HSL | 313.19º | 0.47% | 0.38% | - |
| HSV(B) | 313.19º | 0.64% | 0.56% | - |
| XYZ | 16.13 | 9.73 | 19.77 | - |
| YUV | 87.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 123 | 0 | 0.64 | 0.14 | 0.44 | 313.19 | 0.47 | 0.38 |
| Hex | 8F | 34 | 7B | 0 | 40 | E | 2C | 139 | 2F | 26 |
| Octal | 217 | 64 | 173 | 0 | 100 | 16 | 54 | 471 | 57 | 46 |
| Binary | 10001111 | 110100 | 1111011 | 0 | 1000000 | 1110 | 101100 | 100111001 | 101111 | 100110 |
Color Harmonies of #8F347B
Complementary color
Monochromatic Colors of #8F347B
Black with #8F347B
Text Example
Text Example
White with #8F347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F347B; }
p { color: rgb(143,52,123); }
H1.HeaderClassName
{
color: #8F347B;
}
.AnyTagClassName
{
color: #8F347B;
}
</style>
background-color css
<style>
a { background-color: #8F347B; }
a { background-color: rgb(143,52,123); }
div.DivClassName
{
background-color: #8F347B;
}
.BgClassName
{
background-color: #8F347B;
}
</style>
border-color css
<style>
span { border-color: #8F347B; }
span { border-color: rgb(143,52,123); }
td.TdClassName
{
border-color: #8F347B;
}
.TagClassName
{
border-color: #8F347B;
}
</style>