Shades of Dark Purple #8F248E
Tints of Dark Purple #8F248E
RGB
CMYK
RGB Variations
Color information
#8F248E (or 0x8F248E) is known color: Dark Purple. HEX triplet: 8F, 24 and 8E. RGB value is (143,36,142). Sum of RGB (Red+Green+Blue) = 143+36+142=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F248E is #70DB71. Grayscale: #4F4F4F. Windows color (decimal): -7396210 or 9315471. OLE color: 9315471.
HSL color Cylindrical-coordinate representation of color #8F248E: hue angle of 300.56º 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 #8F248E is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 142 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.44 |
| HSL | 300.56º | 0.6% | 0.35% | - |
| HSV(B) | 300.56º | 0.75% | 0.56% | - |
| XYZ | 16.84 | 9.05 | 26.45 | - |
| YUV | 80.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 142 | 0 | 0.75 | 0.01 | 0.44 | 300.56 | 0.6 | 0.35 |
| Hex | 8F | 24 | 8E | 0 | 4B | 1 | 2C | 12D | 3C | 23 |
| Octal | 217 | 44 | 216 | 0 | 113 | 1 | 54 | 455 | 74 | 43 |
| Binary | 10001111 | 100100 | 10001110 | 0 | 1001011 | 1 | 101100 | 100101101 | 111100 | 100011 |
Color Harmonies of #8F248E
Complementary color
Monochromatic Colors of #8F248E
Black with #8F248E
Text Example
Text Example
White with #8F248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F248E; }
p { color: rgb(143,36,142); }
H1.HeaderClassName
{
color: #8F248E;
}
.AnyTagClassName
{
color: #8F248E;
}
</style>
background-color css
<style>
a { background-color: #8F248E; }
a { background-color: rgb(143,36,142); }
div.DivClassName
{
background-color: #8F248E;
}
.BgClassName
{
background-color: #8F248E;
}
</style>
border-color css
<style>
span { border-color: #8F248E; }
span { border-color: rgb(143,36,142); }
td.TdClassName
{
border-color: #8F248E;
}
.TagClassName
{
border-color: #8F248E;
}
</style>