Shades of Dark Purple #8F257C
Tints of Dark Purple #8F257C
RGB
CMYK
RGB Variations
Color information
#8F257C (or 0x8F257C) is known color: Dark Purple. HEX triplet: 8F, 25 and 7C. RGB value is (143,37,124). Sum of RGB (Red+Green+Blue) = 143+37+124=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F257C is #70DA83. Grayscale: #4E4E4E. Windows color (decimal): -7395972 or 8136079. OLE color: 8136079.
HSL color Cylindrical-coordinate representation of color #8F257C: hue angle of 310.75º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F257C is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 124 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.44 |
| HSL | 310.75º | 0.59% | 0.35% | - |
| HSV(B) | 310.75º | 0.74% | 0.56% | - |
| XYZ | 15.63 | 8.62 | 19.91 | - |
| YUV | 78.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 124 | 0 | 0.74 | 0.13 | 0.44 | 310.75 | 0.59 | 0.35 |
| Hex | 8F | 25 | 7C | 0 | 4A | D | 2C | 137 | 3B | 23 |
| Octal | 217 | 45 | 174 | 0 | 112 | 15 | 54 | 467 | 73 | 43 |
| Binary | 10001111 | 100101 | 1111100 | 0 | 1001010 | 1101 | 101100 | 100110111 | 111011 | 100011 |
Color Harmonies of #8F257C
Complementary color
Monochromatic Colors of #8F257C
Black with #8F257C
Text Example
Text Example
White with #8F257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F257C; }
p { color: rgb(143,37,124); }
H1.HeaderClassName
{
color: #8F257C;
}
.AnyTagClassName
{
color: #8F257C;
}
</style>
background-color css
<style>
a { background-color: #8F257C; }
a { background-color: rgb(143,37,124); }
div.DivClassName
{
background-color: #8F257C;
}
.BgClassName
{
background-color: #8F257C;
}
</style>
border-color css
<style>
span { border-color: #8F257C; }
span { border-color: rgb(143,37,124); }
td.TdClassName
{
border-color: #8F257C;
}
.TagClassName
{
border-color: #8F257C;
}
</style>