Shades of Medium Purple #8D6BDF
Tints of Medium Purple #8D6BDF
RGB
CMYK
RGB Variations
Color information
#8D6BDF (or 0x8D6BDF) is known color: Medium Purple. HEX triplet: 8D, 6B and DF. RGB value is (141,107,223). Sum of RGB (Red+Green+Blue) = 141+107+223=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BDF is #729420. Grayscale: #818181. Windows color (decimal): -7509025 or 14642061. OLE color: 14642061.
HSL color Cylindrical-coordinate representation of color #8D6BDF: hue angle of 257.59º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6BDF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 107 | 223 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.13 |
| HSL | 257.59º | 0.64% | 0.65% | - |
| HSV(B) | 257.59º | 0.52% | 0.87% | - |
| XYZ | 29.56 | 21.51 | 72.41 | - |
| YUV | 130.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 223 | 0.37 | 0.52 | 0 | 0.13 | 257.59 | 0.64 | 0.65 |
| Hex | 8D | 6B | DF | 25 | 34 | 0 | D | 102 | 40 | 41 |
| Octal | 215 | 153 | 337 | 45 | 64 | 0 | 15 | 402 | 100 | 101 |
| Binary | 10001101 | 1101011 | 11011111 | 100101 | 110100 | 0 | 1101 | 100000010 | 1000000 | 1000001 |
Color Harmonies of #8D6BDF
Complementary color
Monochromatic Colors of #8D6BDF
Black with #8D6BDF
Text Example
Text Example
White with #8D6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BDF; }
p { color: rgb(141,107,223); }
H1.HeaderClassName
{
color: #8D6BDF;
}
.AnyTagClassName
{
color: #8D6BDF;
}
</style>
background-color css
<style>
a { background-color: #8D6BDF; }
a { background-color: rgb(141,107,223); }
div.DivClassName
{
background-color: #8D6BDF;
}
.BgClassName
{
background-color: #8D6BDF;
}
</style>
border-color css
<style>
span { border-color: #8D6BDF; }
span { border-color: rgb(141,107,223); }
td.TdClassName
{
border-color: #8D6BDF;
}
.TagClassName
{
border-color: #8D6BDF;
}
</style>