Shades of Medium Purple #8C7BDA
Tints of Medium Purple #8C7BDA
RGB
CMYK
RGB Variations
Color information
#8C7BDA (or 0x8C7BDA) is known color: Medium Purple. HEX triplet: 8C, 7B and DA. RGB value is (140,123,218). Sum of RGB (Red+Green+Blue) = 140+123+218=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDA is #738425. Grayscale: #8A8A8A. Windows color (decimal): -7570470 or 14318476. OLE color: 14318476.
HSL color Cylindrical-coordinate representation of color #8C7BDA: hue angle of 250.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7BDA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 123 | 218 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.15 |
| HSL | 250.74º | 0.56% | 0.67% | - |
| HSV(B) | 250.74º | 0.44% | 0.85% | - |
| XYZ | 30.55 | 24.8 | 69.51 | - |
| YUV | 138.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 218 | 0.36 | 0.44 | 0 | 0.15 | 250.74 | 0.56 | 0.67 |
| Hex | 8C | 7B | DA | 24 | 2C | 0 | F | FB | 38 | 43 |
| Octal | 214 | 173 | 332 | 44 | 54 | 0 | 17 | 373 | 70 | 103 |
| Binary | 10001100 | 1111011 | 11011010 | 100100 | 101100 | 0 | 1111 | 11111011 | 111000 | 1000011 |
Color Harmonies of #8C7BDA
Complementary color
Monochromatic Colors of #8C7BDA
Black with #8C7BDA
Text Example
Text Example
White with #8C7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BDA; }
p { color: rgb(140,123,218); }
H1.HeaderClassName
{
color: #8C7BDA;
}
.AnyTagClassName
{
color: #8C7BDA;
}
</style>
background-color css
<style>
a { background-color: #8C7BDA; }
a { background-color: rgb(140,123,218); }
div.DivClassName
{
background-color: #8C7BDA;
}
.BgClassName
{
background-color: #8C7BDA;
}
</style>
border-color css
<style>
span { border-color: #8C7BDA; }
span { border-color: rgb(140,123,218); }
td.TdClassName
{
border-color: #8C7BDA;
}
.TagClassName
{
border-color: #8C7BDA;
}
</style>