Shades of Dark Purple #8F258A
Tints of Dark Purple #8F258A
RGB
CMYK
RGB Variations
Color information
#8F258A (or 0x8F258A) is known color: Dark Purple. HEX triplet: 8F, 25 and 8A. RGB value is (143,37,138). Sum of RGB (Red+Green+Blue) = 143+37+138=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F258A is #70DA75. Grayscale: #4F4F4F. Windows color (decimal): -7395958 or 9053583. OLE color: 9053583.
HSL color Cylindrical-coordinate representation of color #8F258A: hue angle of 302.83º 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 #8F258A is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 138 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.44 |
| HSL | 302.83º | 0.59% | 0.35% | - |
| HSV(B) | 302.83º | 0.74% | 0.56% | - |
| XYZ | 16.58 | 9 | 24.91 | - |
| YUV | 80.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 138 | 0 | 0.74 | 0.03 | 0.44 | 302.83 | 0.59 | 0.35 |
| Hex | 8F | 25 | 8A | 0 | 4A | 3 | 2C | 12F | 3B | 23 |
| Octal | 217 | 45 | 212 | 0 | 112 | 3 | 54 | 457 | 73 | 43 |
| Binary | 10001111 | 100101 | 10001010 | 0 | 1001010 | 11 | 101100 | 100101111 | 111011 | 100011 |
Color Harmonies of #8F258A
Complementary color
Monochromatic Colors of #8F258A
Black with #8F258A
Text Example
Text Example
White with #8F258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F258A; }
p { color: rgb(143,37,138); }
H1.HeaderClassName
{
color: #8F258A;
}
.AnyTagClassName
{
color: #8F258A;
}
</style>
background-color css
<style>
a { background-color: #8F258A; }
a { background-color: rgb(143,37,138); }
div.DivClassName
{
background-color: #8F258A;
}
.BgClassName
{
background-color: #8F258A;
}
</style>
border-color css
<style>
span { border-color: #8F258A; }
span { border-color: rgb(143,37,138); }
td.TdClassName
{
border-color: #8F258A;
}
.TagClassName
{
border-color: #8F258A;
}
</style>