Shades of Dark Purple #8F258D
Tints of Dark Purple #8F258D
RGB
CMYK
RGB Variations
Color information
#8F258D (or 0x8F258D) is known color: Dark Purple. HEX triplet: 8F, 25 and 8D. RGB value is (143,37,141). Sum of RGB (Red+Green+Blue) = 143+37+141=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F258D is #70DA72. Grayscale: #505050. Windows color (decimal): -7395955 or 9250191. OLE color: 9250191.
HSL color Cylindrical-coordinate representation of color #8F258D: hue angle of 301.13º 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 #8F258D is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 141 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.44 |
| HSL | 301.13º | 0.59% | 0.35% | - |
| HSV(B) | 301.13º | 0.74% | 0.56% | - |
| XYZ | 16.8 | 9.09 | 26.07 | - |
| YUV | 80.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 141 | 0 | 0.74 | 0.01 | 0.44 | 301.13 | 0.59 | 0.35 |
| Hex | 8F | 25 | 8D | 0 | 4A | 1 | 2C | 12D | 3B | 23 |
| Octal | 217 | 45 | 215 | 0 | 112 | 1 | 54 | 455 | 73 | 43 |
| Binary | 10001111 | 100101 | 10001101 | 0 | 1001010 | 1 | 101100 | 100101101 | 111011 | 100011 |
Color Harmonies of #8F258D
Complementary color
Monochromatic Colors of #8F258D
Black with #8F258D
Text Example
Text Example
White with #8F258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F258D; }
p { color: rgb(143,37,141); }
H1.HeaderClassName
{
color: #8F258D;
}
.AnyTagClassName
{
color: #8F258D;
}
</style>
background-color css
<style>
a { background-color: #8F258D; }
a { background-color: rgb(143,37,141); }
div.DivClassName
{
background-color: #8F258D;
}
.BgClassName
{
background-color: #8F258D;
}
</style>
border-color css
<style>
span { border-color: #8F258D; }
span { border-color: rgb(143,37,141); }
td.TdClassName
{
border-color: #8F258D;
}
.TagClassName
{
border-color: #8F258D;
}
</style>