Shades of Medium Purple #8C7BDD
Tints of Medium Purple #8C7BDD
RGB
CMYK
RGB Variations
Color information
#8C7BDD (or 0x8C7BDD) is known color: Medium Purple. HEX triplet: 8C, 7B and DD. RGB value is (140,123,221). Sum of RGB (Red+Green+Blue) = 140+123+221=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDD is #738422. Grayscale: #8A8A8A. Windows color (decimal): -7570467 or 14515084. OLE color: 14515084.
HSL color Cylindrical-coordinate representation of color #8C7BDD: hue angle of 250.41º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7BDD is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 123 | 221 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.13 |
| HSL | 250.41º | 0.59% | 0.67% | - |
| HSV(B) | 250.41º | 0.44% | 0.87% | - |
| XYZ | 30.95 | 24.96 | 71.59 | - |
| YUV | 139.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 221 | 0.37 | 0.44 | 0 | 0.13 | 250.41 | 0.59 | 0.67 |
| Hex | 8C | 7B | DD | 25 | 2C | 0 | D | FA | 3B | 43 |
| Octal | 214 | 173 | 335 | 45 | 54 | 0 | 15 | 372 | 73 | 103 |
| Binary | 10001100 | 1111011 | 11011101 | 100101 | 101100 | 0 | 1101 | 11111010 | 111011 | 1000011 |
Color Harmonies of #8C7BDD
Complementary color
Monochromatic Colors of #8C7BDD
Black with #8C7BDD
Text Example
Text Example
White with #8C7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BDD; }
p { color: rgb(140,123,221); }
H1.HeaderClassName
{
color: #8C7BDD;
}
.AnyTagClassName
{
color: #8C7BDD;
}
</style>
background-color css
<style>
a { background-color: #8C7BDD; }
a { background-color: rgb(140,123,221); }
div.DivClassName
{
background-color: #8C7BDD;
}
.BgClassName
{
background-color: #8C7BDD;
}
</style>
border-color css
<style>
span { border-color: #8C7BDD; }
span { border-color: rgb(140,123,221); }
td.TdClassName
{
border-color: #8C7BDD;
}
.TagClassName
{
border-color: #8C7BDD;
}
</style>