Shades of Medium Purple #8D6BD5
Tints of Medium Purple #8D6BD5
RGB
CMYK
RGB Variations
Color information
#8D6BD5 (or 0x8D6BD5) is known color: Medium Purple. HEX triplet: 8D, 6B and D5. RGB value is (141,107,213). Sum of RGB (Red+Green+Blue) = 141+107+213=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BD5 is #72942A. Grayscale: #808080. Windows color (decimal): -7509035 or 13986701. OLE color: 13986701.
HSL color Cylindrical-coordinate representation of color #8D6BD5: hue angle of 259.25º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6BD5 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 107 | 213 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.16 |
| HSL | 259.25º | 0.56% | 0.63% | - |
| HSV(B) | 259.25º | 0.5% | 0.84% | - |
| XYZ | 28.25 | 20.98 | 65.51 | - |
| YUV | 129.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 213 | 0.34 | 0.50 | 0 | 0.16 | 259.25 | 0.56 | 0.63 |
| Hex | 8D | 6B | D5 | 22 | 32 | 0 | 10 | 103 | 38 | 3F |
| Octal | 215 | 153 | 325 | 42 | 62 | 0 | 20 | 403 | 70 | 77 |
| Binary | 10001101 | 1101011 | 11010101 | 100010 | 110010 | 0 | 10000 | 100000011 | 111000 | 111111 |
Color Harmonies of #8D6BD5
Complementary color
Monochromatic Colors of #8D6BD5
Black with #8D6BD5
Text Example
Text Example
White with #8D6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BD5; }
p { color: rgb(141,107,213); }
H1.HeaderClassName
{
color: #8D6BD5;
}
.AnyTagClassName
{
color: #8D6BD5;
}
</style>
background-color css
<style>
a { background-color: #8D6BD5; }
a { background-color: rgb(141,107,213); }
div.DivClassName
{
background-color: #8D6BD5;
}
.BgClassName
{
background-color: #8D6BD5;
}
</style>
border-color css
<style>
span { border-color: #8D6BD5; }
span { border-color: rgb(141,107,213); }
td.TdClassName
{
border-color: #8D6BD5;
}
.TagClassName
{
border-color: #8D6BD5;
}
</style>