Shades of Medium Purple #8D6BE0
Tints of Medium Purple #8D6BE0
RGB
CMYK
RGB Variations
Color information
#8D6BE0 (or 0x8D6BE0) is known color: Medium Purple. HEX triplet: 8D, 6B and E0. RGB value is (141,107,224). Sum of RGB (Red+Green+Blue) = 141+107+224=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BE0 is #72941F. Grayscale: #828282. Windows color (decimal): -7509024 or 14707597. OLE color: 14707597.
HSL color Cylindrical-coordinate representation of color #8D6BE0: hue angle of 257.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6BE0 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 107 | 224 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.12 |
| HSL | 257.44º | 0.65% | 0.65% | - |
| HSV(B) | 257.44º | 0.52% | 0.88% | - |
| XYZ | 29.7 | 21.56 | 73.12 | - |
| YUV | 130.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 224 | 0.37 | 0.52 | 0 | 0.12 | 257.44 | 0.65 | 0.65 |
| Hex | 8D | 6B | E0 | 25 | 34 | 0 | C | 101 | 41 | 41 |
| Octal | 215 | 153 | 340 | 45 | 64 | 0 | 14 | 401 | 101 | 101 |
| Binary | 10001101 | 1101011 | 11100000 | 100101 | 110100 | 0 | 1100 | 100000001 | 1000001 | 1000001 |
Color Harmonies of #8D6BE0
Complementary color
Monochromatic Colors of #8D6BE0
Black with #8D6BE0
Text Example
Text Example
White with #8D6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BE0; }
p { color: rgb(141,107,224); }
H1.HeaderClassName
{
color: #8D6BE0;
}
.AnyTagClassName
{
color: #8D6BE0;
}
</style>
background-color css
<style>
a { background-color: #8D6BE0; }
a { background-color: rgb(141,107,224); }
div.DivClassName
{
background-color: #8D6BE0;
}
.BgClassName
{
background-color: #8D6BE0;
}
</style>
border-color css
<style>
span { border-color: #8D6BE0; }
span { border-color: rgb(141,107,224); }
td.TdClassName
{
border-color: #8D6BE0;
}
.TagClassName
{
border-color: #8D6BE0;
}
</style>