Shades of Dark Purple #8D2165
Tints of Dark Purple #8D2165
RGB
CMYK
RGB Variations
Color information
#8D2165 (or 0x8D2165) is known color: Dark Purple. HEX triplet: 8D, 21 and 65. RGB value is (141,33,101). Sum of RGB (Red+Green+Blue) = 141+33+101=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2165 is #72DE9A. Grayscale: #484848. Windows color (decimal): -7528091 or 6627725. OLE color: 6627725.
HSL color Cylindrical-coordinate representation of color #8D2165: hue angle of 322.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2165 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 101 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.45 |
| HSL | 322.22º | 0.62% | 0.34% | - |
| HSV(B) | 322.22º | 0.77% | 0.55% | - |
| XYZ | 13.88 | 7.69 | 13.06 | - |
| YUV | 73.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 101 | 0 | 0.77 | 0.28 | 0.45 | 322.22 | 0.62 | 0.34 |
| Hex | 8D | 21 | 65 | 0 | 4D | 1C | 2D | 142 | 3E | 22 |
| Octal | 215 | 41 | 145 | 0 | 115 | 34 | 55 | 502 | 76 | 42 |
| Binary | 10001101 | 100001 | 1100101 | 0 | 1001101 | 11100 | 101101 | 101000010 | 111110 | 100010 |
Color Harmonies of #8D2165
Complementary color
Monochromatic Colors of #8D2165
Black with #8D2165
Text Example
Text Example
White with #8D2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2165; }
p { color: rgb(141,33,101); }
H1.HeaderClassName
{
color: #8D2165;
}
.AnyTagClassName
{
color: #8D2165;
}
</style>
background-color css
<style>
a { background-color: #8D2165; }
a { background-color: rgb(141,33,101); }
div.DivClassName
{
background-color: #8D2165;
}
.BgClassName
{
background-color: #8D2165;
}
</style>
border-color css
<style>
span { border-color: #8D2165; }
span { border-color: rgb(141,33,101); }
td.TdClassName
{
border-color: #8D2165;
}
.TagClassName
{
border-color: #8D2165;
}
</style>