Shades of Dark Purple #8F258E
Tints of Dark Purple #8F258E
RGB
CMYK
RGB Variations
Color information
#8F258E (or 0x8F258E) is known color: Dark Purple. HEX triplet: 8F, 25 and 8E. RGB value is (143,37,142). Sum of RGB (Red+Green+Blue) = 143+37+142=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F258E is #70DA71. Grayscale: #505050. Windows color (decimal): -7395954 or 9315727. OLE color: 9315727.
HSL color Cylindrical-coordinate representation of color #8F258E: hue angle of 300.57º 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 #8F258E is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 142 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.44 |
| HSL | 300.57º | 0.59% | 0.35% | - |
| HSV(B) | 300.57º | 0.74% | 0.56% | - |
| XYZ | 16.87 | 9.12 | 26.46 | - |
| YUV | 80.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 142 | 0 | 0.74 | 0.01 | 0.44 | 300.57 | 0.59 | 0.35 |
| Hex | 8F | 25 | 8E | 0 | 4A | 1 | 2C | 12D | 3B | 23 |
| Octal | 217 | 45 | 216 | 0 | 112 | 1 | 54 | 455 | 73 | 43 |
| Binary | 10001111 | 100101 | 10001110 | 0 | 1001010 | 1 | 101100 | 100101101 | 111011 | 100011 |
Color Harmonies of #8F258E
Complementary color
Monochromatic Colors of #8F258E
Black with #8F258E
Text Example
Text Example
White with #8F258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F258E; }
p { color: rgb(143,37,142); }
H1.HeaderClassName
{
color: #8F258E;
}
.AnyTagClassName
{
color: #8F258E;
}
</style>
background-color css
<style>
a { background-color: #8F258E; }
a { background-color: rgb(143,37,142); }
div.DivClassName
{
background-color: #8F258E;
}
.BgClassName
{
background-color: #8F258E;
}
</style>
border-color css
<style>
span { border-color: #8F258E; }
span { border-color: rgb(143,37,142); }
td.TdClassName
{
border-color: #8F258E;
}
.TagClassName
{
border-color: #8F258E;
}
</style>