Shades of Dark Purple #8D2F84
Tints of Dark Purple #8D2F84
RGB
CMYK
RGB Variations
Color information
#8D2F84 (or 0x8D2F84) is known color: Dark Purple. HEX triplet: 8D, 2F and 84. RGB value is (141,47,132). Sum of RGB (Red+Green+Blue) = 141+47+132=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2F84 is #72D07B. Grayscale: #545454. Windows color (decimal): -7524476 or 8662925. OLE color: 8662925.
HSL color Cylindrical-coordinate representation of color #8D2F84: hue angle of 305.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F84 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 132 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.45 |
| HSL | 305.74º | 0.5% | 0.37% | - |
| HSV(B) | 305.74º | 0.67% | 0.55% | - |
| XYZ | 16.17 | 9.36 | 22.78 | - |
| YUV | 84.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 132 | 0 | 0.67 | 0.06 | 0.45 | 305.74 | 0.5 | 0.37 |
| Hex | 8D | 2F | 84 | 0 | 43 | 6 | 2D | 132 | 32 | 25 |
| Octal | 215 | 57 | 204 | 0 | 103 | 6 | 55 | 462 | 62 | 45 |
| Binary | 10001101 | 101111 | 10000100 | 0 | 1000011 | 110 | 101101 | 100110010 | 110010 | 100101 |
Color Harmonies of #8D2F84
Complementary color
Monochromatic Colors of #8D2F84
Black with #8D2F84
Text Example
Text Example
White with #8D2F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F84; }
p { color: rgb(141,47,132); }
H1.HeaderClassName
{
color: #8D2F84;
}
.AnyTagClassName
{
color: #8D2F84;
}
</style>
background-color css
<style>
a { background-color: #8D2F84; }
a { background-color: rgb(141,47,132); }
div.DivClassName
{
background-color: #8D2F84;
}
.BgClassName
{
background-color: #8D2F84;
}
</style>
border-color css
<style>
span { border-color: #8D2F84; }
span { border-color: rgb(141,47,132); }
td.TdClassName
{
border-color: #8D2F84;
}
.TagClassName
{
border-color: #8D2F84;
}
</style>