Shades of Dark Purple #8F287D
Tints of Dark Purple #8F287D
RGB
CMYK
RGB Variations
Color information
#8F287D (or 0x8F287D) is known color: Dark Purple. HEX triplet: 8F, 28 and 7D. RGB value is (143,40,125). Sum of RGB (Red+Green+Blue) = 143+40+125=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F287D is #70D782. Grayscale: #505050. Windows color (decimal): -7395203 or 8202383. OLE color: 8202383.
HSL color Cylindrical-coordinate representation of color #8F287D: hue angle of 310.49º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F287D is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 125 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.44 |
| HSL | 310.49º | 0.56% | 0.36% | - |
| HSV(B) | 310.49º | 0.72% | 0.56% | - |
| XYZ | 15.79 | 8.84 | 20.28 | - |
| YUV | 80.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 125 | 0 | 0.72 | 0.13 | 0.44 | 310.49 | 0.56 | 0.36 |
| Hex | 8F | 28 | 7D | 0 | 48 | D | 2C | 136 | 38 | 24 |
| Octal | 217 | 50 | 175 | 0 | 110 | 15 | 54 | 466 | 70 | 44 |
| Binary | 10001111 | 101000 | 1111101 | 0 | 1001000 | 1101 | 101100 | 100110110 | 111000 | 100100 |
Color Harmonies of #8F287D
Complementary color
Monochromatic Colors of #8F287D
Black with #8F287D
Text Example
Text Example
White with #8F287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F287D; }
p { color: rgb(143,40,125); }
H1.HeaderClassName
{
color: #8F287D;
}
.AnyTagClassName
{
color: #8F287D;
}
</style>
background-color css
<style>
a { background-color: #8F287D; }
a { background-color: rgb(143,40,125); }
div.DivClassName
{
background-color: #8F287D;
}
.BgClassName
{
background-color: #8F287D;
}
</style>
border-color css
<style>
span { border-color: #8F287D; }
span { border-color: rgb(143,40,125); }
td.TdClassName
{
border-color: #8F287D;
}
.TagClassName
{
border-color: #8F287D;
}
</style>