Shades of Dark Purple #8D1F65
Tints of Dark Purple #8D1F65
RGB
CMYK
RGB Variations
Color information
#8D1F65 (or 0x8D1F65) is known color: Dark Purple. HEX triplet: 8D, 1F and 65. RGB value is (141,31,101). Sum of RGB (Red+Green+Blue) = 141+31+101=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1F65 is #72E09A. Grayscale: #474747. Windows color (decimal): -7528603 or 6627213. OLE color: 6627213.
HSL color Cylindrical-coordinate representation of color #8D1F65: hue angle of 321.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F65 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 101 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.45 |
| HSL | 321.82º | 0.64% | 0.34% | - |
| HSV(B) | 321.82º | 0.78% | 0.55% | - |
| XYZ | 13.82 | 7.58 | 13.05 | - |
| YUV | 71.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 101 | 0 | 0.78 | 0.28 | 0.45 | 321.82 | 0.64 | 0.34 |
| Hex | 8D | 1F | 65 | 0 | 4E | 1C | 2D | 142 | 40 | 22 |
| Octal | 215 | 37 | 145 | 0 | 116 | 34 | 55 | 502 | 100 | 42 |
| Binary | 10001101 | 11111 | 1100101 | 0 | 1001110 | 11100 | 101101 | 101000010 | 1000000 | 100010 |
Color Harmonies of #8D1F65
Complementary color
Monochromatic Colors of #8D1F65
Black with #8D1F65
Text Example
Text Example
White with #8D1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F65; }
p { color: rgb(141,31,101); }
H1.HeaderClassName
{
color: #8D1F65;
}
.AnyTagClassName
{
color: #8D1F65;
}
</style>
background-color css
<style>
a { background-color: #8D1F65; }
a { background-color: rgb(141,31,101); }
div.DivClassName
{
background-color: #8D1F65;
}
.BgClassName
{
background-color: #8D1F65;
}
</style>
border-color css
<style>
span { border-color: #8D1F65; }
span { border-color: rgb(141,31,101); }
td.TdClassName
{
border-color: #8D1F65;
}
.TagClassName
{
border-color: #8D1F65;
}
</style>