Shades of Medium Purple #8D6CEB
Tints of Medium Purple #8D6CEB
RGB
CMYK
RGB Variations
Color information
#8D6CEB (or 0x8D6CEB) is known color: Medium Purple. HEX triplet: 8D, 6C and EB. RGB value is (141,108,235). Sum of RGB (Red+Green+Blue) = 141+108+235=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D6CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CEB is #729314. Grayscale: #838383. Windows color (decimal): -7508757 or 15428749. OLE color: 15428749.
HSL color Cylindrical-coordinate representation of color #8D6CEB: hue angle of 255.59º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D6CEB is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 108 | 235 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.08 |
| HSL | 255.59º | 0.76% | 0.67% | - |
| HSV(B) | 255.59º | 0.54% | 0.92% | - |
| XYZ | 31.34 | 22.39 | 81.27 | - |
| YUV | 132.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 235 | 0.4 | 0.54 | 0 | 0.08 | 255.59 | 0.76 | 0.67 |
| Hex | 8D | 6C | EB | 28 | 36 | 0 | 8 | 100 | 4C | 43 |
| Octal | 215 | 154 | 353 | 50 | 66 | 0 | 10 | 400 | 114 | 103 |
| Binary | 10001101 | 1101100 | 11101011 | 101000 | 110110 | 0 | 1000 | 100000000 | 1001100 | 1000011 |
Color Harmonies of #8D6CEB
Complementary color
Monochromatic Colors of #8D6CEB
Black with #8D6CEB
Text Example
Text Example
White with #8D6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CEB; }
p { color: rgb(141,108,235); }
H1.HeaderClassName
{
color: #8D6CEB;
}
.AnyTagClassName
{
color: #8D6CEB;
}
</style>
background-color css
<style>
a { background-color: #8D6CEB; }
a { background-color: rgb(141,108,235); }
div.DivClassName
{
background-color: #8D6CEB;
}
.BgClassName
{
background-color: #8D6CEB;
}
</style>
border-color css
<style>
span { border-color: #8D6CEB; }
span { border-color: rgb(141,108,235); }
td.TdClassName
{
border-color: #8D6CEB;
}
.TagClassName
{
border-color: #8D6CEB;
}
</style>