Shades of Dark Purple #8F256E
Tints of Dark Purple #8F256E
RGB
CMYK
RGB Variations
Color information
#8F256E (or 0x8F256E) is known color: Dark Purple. HEX triplet: 8F, 25 and 6E. RGB value is (143,37,110). Sum of RGB (Red+Green+Blue) = 143+37+110=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F256E is #70DA91. Grayscale: #4C4C4C. Windows color (decimal): -7395986 or 7218575. OLE color: 7218575.
HSL color Cylindrical-coordinate representation of color #8F256E: hue angle of 318.68º 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 #8F256E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 110 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.44 |
| HSL | 318.68º | 0.59% | 0.35% | - |
| HSV(B) | 318.68º | 0.74% | 0.56% | - |
| XYZ | 14.8 | 8.29 | 15.57 | - |
| YUV | 77.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 110 | 0 | 0.74 | 0.23 | 0.44 | 318.68 | 0.59 | 0.35 |
| Hex | 8F | 25 | 6E | 0 | 4A | 17 | 2C | 13F | 3B | 23 |
| Octal | 217 | 45 | 156 | 0 | 112 | 27 | 54 | 477 | 73 | 43 |
| Binary | 10001111 | 100101 | 1101110 | 0 | 1001010 | 10111 | 101100 | 100111111 | 111011 | 100011 |
Color Harmonies of #8F256E
Complementary color
Monochromatic Colors of #8F256E
Black with #8F256E
Text Example
Text Example
White with #8F256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F256E; }
p { color: rgb(143,37,110); }
H1.HeaderClassName
{
color: #8F256E;
}
.AnyTagClassName
{
color: #8F256E;
}
</style>
background-color css
<style>
a { background-color: #8F256E; }
a { background-color: rgb(143,37,110); }
div.DivClassName
{
background-color: #8F256E;
}
.BgClassName
{
background-color: #8F256E;
}
</style>
border-color css
<style>
span { border-color: #8F256E; }
span { border-color: rgb(143,37,110); }
td.TdClassName
{
border-color: #8F256E;
}
.TagClassName
{
border-color: #8F256E;
}
</style>