Shades of Medium Purple #8C7BE7
Tints of Medium Purple #8C7BE7
RGB
CMYK
RGB Variations
Color information
#8C7BE7 (or 0x8C7BE7) is known color: Medium Purple. HEX triplet: 8C, 7B and E7. RGB value is (140,123,231). Sum of RGB (Red+Green+Blue) = 140+123+231=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BE7 is #738418. Grayscale: #8B8B8B. Windows color (decimal): -7570457 or 15170444. OLE color: 15170444.
HSL color Cylindrical-coordinate representation of color #8C7BE7: hue angle of 249.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7BE7 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 123 | 231 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.09 |
| HSL | 249.44º | 0.69% | 0.69% | - |
| HSV(B) | 249.44º | 0.47% | 0.91% | - |
| XYZ | 32.32 | 25.51 | 78.82 | - |
| YUV | 140.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 231 | 0.39 | 0.47 | 0 | 0.09 | 249.44 | 0.69 | 0.69 |
| Hex | 8C | 7B | E7 | 27 | 2F | 0 | 9 | F9 | 45 | 45 |
| Octal | 214 | 173 | 347 | 47 | 57 | 0 | 11 | 371 | 105 | 105 |
| Binary | 10001100 | 1111011 | 11100111 | 100111 | 101111 | 0 | 1001 | 11111001 | 1000101 | 1000101 |
Color Harmonies of #8C7BE7
Complementary color
Monochromatic Colors of #8C7BE7
Black with #8C7BE7
Text Example
Text Example
White with #8C7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BE7; }
p { color: rgb(140,123,231); }
H1.HeaderClassName
{
color: #8C7BE7;
}
.AnyTagClassName
{
color: #8C7BE7;
}
</style>
background-color css
<style>
a { background-color: #8C7BE7; }
a { background-color: rgb(140,123,231); }
div.DivClassName
{
background-color: #8C7BE7;
}
.BgClassName
{
background-color: #8C7BE7;
}
</style>
border-color css
<style>
span { border-color: #8C7BE7; }
span { border-color: rgb(140,123,231); }
td.TdClassName
{
border-color: #8C7BE7;
}
.TagClassName
{
border-color: #8C7BE7;
}
</style>