Shades of Dark Purple #8F367C
Tints of Dark Purple #8F367C
RGB
CMYK
RGB Variations
Color information
#8F367C (or 0x8F367C) is known color: Dark Purple. HEX triplet: 8F, 36 and 7C. RGB value is (143,54,124). Sum of RGB (Red+Green+Blue) = 143+54+124=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F367C is #70C983. Grayscale: #585858. Windows color (decimal): -7391620 or 8140431. OLE color: 8140431.
HSL color Cylindrical-coordinate representation of color #8F367C: hue angle of 312.81º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F367C is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 124 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.44 |
| HSL | 312.81º | 0.45% | 0.39% | - |
| HSV(B) | 312.81º | 0.62% | 0.56% | - |
| XYZ | 16.28 | 9.93 | 20.13 | - |
| YUV | 88.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 124 | 0 | 0.62 | 0.13 | 0.44 | 312.81 | 0.45 | 0.39 |
| Hex | 8F | 36 | 7C | 0 | 3E | D | 2C | 139 | 2D | 27 |
| Octal | 217 | 66 | 174 | 0 | 76 | 15 | 54 | 471 | 55 | 47 |
| Binary | 10001111 | 110110 | 1111100 | 0 | 111110 | 1101 | 101100 | 100111001 | 101101 | 100111 |
Color Harmonies of #8F367C
Complementary color
Monochromatic Colors of #8F367C
Black with #8F367C
Text Example
Text Example
White with #8F367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F367C; }
p { color: rgb(143,54,124); }
H1.HeaderClassName
{
color: #8F367C;
}
.AnyTagClassName
{
color: #8F367C;
}
</style>
background-color css
<style>
a { background-color: #8F367C; }
a { background-color: rgb(143,54,124); }
div.DivClassName
{
background-color: #8F367C;
}
.BgClassName
{
background-color: #8F367C;
}
</style>
border-color css
<style>
span { border-color: #8F367C; }
span { border-color: rgb(143,54,124); }
td.TdClassName
{
border-color: #8F367C;
}
.TagClassName
{
border-color: #8F367C;
}
</style>