Shades of Dark Purple #8F248F
Tints of Dark Purple #8F248F
RGB
CMYK
RGB Variations
Color information
#8F248F (or 0x8F248F) is known color: Dark Purple. HEX triplet: 8F, 24 and 8F. RGB value is (143,36,143). Sum of RGB (Red+Green+Blue) = 143+36+143=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F248F is #70DB70. Grayscale: #4F4F4F. Windows color (decimal): -7396209 or 9381007. OLE color: 9381007.
HSL color Cylindrical-coordinate representation of color #8F248F: hue angle of 300º 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 #8F248F is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 143 | - |
| CMYK | 0 | 0.75 | 0 | 0.44 |
| HSL | 300º | 0.6% | 0.35% | - |
| HSV(B) | 300º | 0.75% | 0.56% | - |
| XYZ | 16.92 | 9.08 | 26.85 | - |
| YUV | 80.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 143 | 0 | 0.75 | 0 | 0.44 | 300 | 0.6 | 0.35 |
| Hex | 8F | 24 | 8F | 0 | 4B | 0 | 2C | 12C | 3C | 23 |
| Octal | 217 | 44 | 217 | 0 | 113 | 0 | 54 | 454 | 74 | 43 |
| Binary | 10001111 | 100100 | 10001111 | 0 | 1001011 | 0 | 101100 | 100101100 | 111100 | 100011 |
Color Harmonies of #8F248F
Complementary color
Monochromatic Colors of #8F248F
Black with #8F248F
Text Example
Text Example
White with #8F248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F248F; }
p { color: rgb(143,36,143); }
H1.HeaderClassName
{
color: #8F248F;
}
.AnyTagClassName
{
color: #8F248F;
}
</style>
background-color css
<style>
a { background-color: #8F248F; }
a { background-color: rgb(143,36,143); }
div.DivClassName
{
background-color: #8F248F;
}
.BgClassName
{
background-color: #8F248F;
}
</style>
border-color css
<style>
span { border-color: #8F248F; }
span { border-color: rgb(143,36,143); }
td.TdClassName
{
border-color: #8F248F;
}
.TagClassName
{
border-color: #8F248F;
}
</style>