Shades of Dark Purple #8D2F6D
Tints of Dark Purple #8D2F6D
RGB
CMYK
RGB Variations
Color information
#8D2F6D (or 0x8D2F6D) is known color: Dark Purple. HEX triplet: 8D, 2F and 6D. RGB value is (141,47,109). Sum of RGB (Red+Green+Blue) = 141+47+109=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F6D is #72D092. Grayscale: #525252. Windows color (decimal): -7524499 or 7155597. OLE color: 7155597.
HSL color Cylindrical-coordinate representation of color #8D2F6D: hue angle of 320.43º 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 #8D2F6D is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 109 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.45 |
| HSL | 320.43º | 0.5% | 0.37% | - |
| HSV(B) | 320.43º | 0.67% | 0.55% | - |
| XYZ | 14.76 | 8.8 | 15.39 | - |
| YUV | 82.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 109 | 0 | 0.67 | 0.23 | 0.45 | 320.43 | 0.5 | 0.37 |
| Hex | 8D | 2F | 6D | 0 | 43 | 17 | 2D | 140 | 32 | 25 |
| Octal | 215 | 57 | 155 | 0 | 103 | 27 | 55 | 500 | 62 | 45 |
| Binary | 10001101 | 101111 | 1101101 | 0 | 1000011 | 10111 | 101101 | 101000000 | 110010 | 100101 |
Color Harmonies of #8D2F6D
Complementary color
Monochromatic Colors of #8D2F6D
Black with #8D2F6D
Text Example
Text Example
White with #8D2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F6D; }
p { color: rgb(141,47,109); }
H1.HeaderClassName
{
color: #8D2F6D;
}
.AnyTagClassName
{
color: #8D2F6D;
}
</style>
background-color css
<style>
a { background-color: #8D2F6D; }
a { background-color: rgb(141,47,109); }
div.DivClassName
{
background-color: #8D2F6D;
}
.BgClassName
{
background-color: #8D2F6D;
}
</style>
border-color css
<style>
span { border-color: #8D2F6D; }
span { border-color: rgb(141,47,109); }
td.TdClassName
{
border-color: #8D2F6D;
}
.TagClassName
{
border-color: #8D2F6D;
}
</style>