Shades of Dark Purple #8D206A
Tints of Dark Purple #8D206A
RGB
CMYK
RGB Variations
Color information
#8D206A (or 0x8D206A) is known color: Dark Purple. HEX triplet: 8D, 20 and 6A. RGB value is (141,32,106). Sum of RGB (Red+Green+Blue) = 141+32+106=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D206A is #72DF95. Grayscale: #484848. Windows color (decimal): -7528342 or 6955149. OLE color: 6955149.
HSL color Cylindrical-coordinate representation of color #8D206A: hue angle of 319.27º degrees, saturation: 0.63, 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 #8D206A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 106 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.45 |
| HSL | 319.27º | 0.63% | 0.34% | - |
| HSV(B) | 319.27º | 0.77% | 0.55% | - |
| XYZ | 14.1 | 7.74 | 14.39 | - |
| YUV | 73.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 106 | 0 | 0.77 | 0.25 | 0.45 | 319.27 | 0.63 | 0.34 |
| Hex | 8D | 20 | 6A | 0 | 4D | 19 | 2D | 13F | 3F | 22 |
| Octal | 215 | 40 | 152 | 0 | 115 | 31 | 55 | 477 | 77 | 42 |
| Binary | 10001101 | 100000 | 1101010 | 0 | 1001101 | 11001 | 101101 | 100111111 | 111111 | 100010 |
Color Harmonies of #8D206A
Complementary color
Monochromatic Colors of #8D206A
Black with #8D206A
Text Example
Text Example
White with #8D206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D206A; }
p { color: rgb(141,32,106); }
H1.HeaderClassName
{
color: #8D206A;
}
.AnyTagClassName
{
color: #8D206A;
}
</style>
background-color css
<style>
a { background-color: #8D206A; }
a { background-color: rgb(141,32,106); }
div.DivClassName
{
background-color: #8D206A;
}
.BgClassName
{
background-color: #8D206A;
}
</style>
border-color css
<style>
span { border-color: #8D206A; }
span { border-color: rgb(141,32,106); }
td.TdClassName
{
border-color: #8D206A;
}
.TagClassName
{
border-color: #8D206A;
}
</style>