Shades of Dark Purple #8F247B
Tints of Dark Purple #8F247B
RGB
CMYK
RGB Variations
Color information
#8F247B (or 0x8F247B) is known color: Dark Purple. HEX triplet: 8F, 24 and 7B. RGB value is (143,36,123). Sum of RGB (Red+Green+Blue) = 143+36+123=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F247B is #70DB84. Grayscale: #4D4D4D. Windows color (decimal): -7396229 or 8070287. OLE color: 8070287.
HSL color Cylindrical-coordinate representation of color #8F247B: hue angle of 311.21º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F247B is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 123 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.44 |
| HSL | 311.22º | 0.6% | 0.35% | - |
| HSV(B) | 311.22º | 0.75% | 0.56% | - |
| XYZ | 15.53 | 8.53 | 19.57 | - |
| YUV | 77.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 123 | 0 | 0.75 | 0.14 | 0.44 | 311.22 | 0.6 | 0.35 |
| Hex | 8F | 24 | 7B | 0 | 4B | E | 2C | 137 | 3C | 23 |
| Octal | 217 | 44 | 173 | 0 | 113 | 16 | 54 | 467 | 74 | 43 |
| Binary | 10001111 | 100100 | 1111011 | 0 | 1001011 | 1110 | 101100 | 100110111 | 111100 | 100011 |
Color Harmonies of #8F247B
Complementary color
Monochromatic Colors of #8F247B
Black with #8F247B
Text Example
Text Example
White with #8F247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F247B; }
p { color: rgb(143,36,123); }
H1.HeaderClassName
{
color: #8F247B;
}
.AnyTagClassName
{
color: #8F247B;
}
</style>
background-color css
<style>
a { background-color: #8F247B; }
a { background-color: rgb(143,36,123); }
div.DivClassName
{
background-color: #8F247B;
}
.BgClassName
{
background-color: #8F247B;
}
</style>
border-color css
<style>
span { border-color: #8F247B; }
span { border-color: rgb(143,36,123); }
td.TdClassName
{
border-color: #8F247B;
}
.TagClassName
{
border-color: #8F247B;
}
</style>