Shades of Medium Purple #8C7BE6
Tints of Medium Purple #8C7BE6
RGB
CMYK
RGB Variations
Color information
#8C7BE6 (or 0x8C7BE6) is known color: Medium Purple. HEX triplet: 8C, 7B and E6. RGB value is (140,123,230). Sum of RGB (Red+Green+Blue) = 140+123+230=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C7BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BE6 is #738419. Grayscale: #8B8B8B. Windows color (decimal): -7570458 or 15104908. OLE color: 15104908.
HSL color Cylindrical-coordinate representation of color #8C7BE6: hue angle of 249.53º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7BE6 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 123 | 230 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.10 |
| HSL | 249.53º | 0.68% | 0.69% | - |
| HSV(B) | 249.53º | 0.47% | 0.9% | - |
| XYZ | 32.18 | 25.45 | 78.08 | - |
| YUV | 140.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 230 | 0.39 | 0.47 | 0 | 0.10 | 249.53 | 0.68 | 0.69 |
| Hex | 8C | 7B | E6 | 27 | 2F | 0 | A | FA | 44 | 45 |
| Octal | 214 | 173 | 346 | 47 | 57 | 0 | 12 | 372 | 104 | 105 |
| Binary | 10001100 | 1111011 | 11100110 | 100111 | 101111 | 0 | 1010 | 11111010 | 1000100 | 1000101 |
Color Harmonies of #8C7BE6
Complementary color
Monochromatic Colors of #8C7BE6
Black with #8C7BE6
Text Example
Text Example
White with #8C7BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BE6; }
p { color: rgb(140,123,230); }
H1.HeaderClassName
{
color: #8C7BE6;
}
.AnyTagClassName
{
color: #8C7BE6;
}
</style>
background-color css
<style>
a { background-color: #8C7BE6; }
a { background-color: rgb(140,123,230); }
div.DivClassName
{
background-color: #8C7BE6;
}
.BgClassName
{
background-color: #8C7BE6;
}
</style>
border-color css
<style>
span { border-color: #8C7BE6; }
span { border-color: rgb(140,123,230); }
td.TdClassName
{
border-color: #8C7BE6;
}
.TagClassName
{
border-color: #8C7BE6;
}
</style>