Shades of Medium Purple #8C7BDC
Tints of Medium Purple #8C7BDC
RGB
CMYK
RGB Variations
Color information
#8C7BDC (or 0x8C7BDC) is known color: Medium Purple. HEX triplet: 8C, 7B and DC. RGB value is (140,123,220). Sum of RGB (Red+Green+Blue) = 140+123+220=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDC is #738423. Grayscale: #8A8A8A. Windows color (decimal): -7570468 or 14449548. OLE color: 14449548.
HSL color Cylindrical-coordinate representation of color #8C7BDC: hue angle of 250.52º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7BDC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 123 | 220 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.14 |
| HSL | 250.52º | 0.58% | 0.67% | - |
| HSV(B) | 250.52º | 0.44% | 0.86% | - |
| XYZ | 30.82 | 24.91 | 70.89 | - |
| YUV | 139.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 220 | 0.36 | 0.44 | 0 | 0.14 | 250.52 | 0.58 | 0.67 |
| Hex | 8C | 7B | DC | 24 | 2C | 0 | E | FB | 3A | 43 |
| Octal | 214 | 173 | 334 | 44 | 54 | 0 | 16 | 373 | 72 | 103 |
| Binary | 10001100 | 1111011 | 11011100 | 100100 | 101100 | 0 | 1110 | 11111011 | 111010 | 1000011 |
Color Harmonies of #8C7BDC
Complementary color
Monochromatic Colors of #8C7BDC
Black with #8C7BDC
Text Example
Text Example
White with #8C7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BDC; }
p { color: rgb(140,123,220); }
H1.HeaderClassName
{
color: #8C7BDC;
}
.AnyTagClassName
{
color: #8C7BDC;
}
</style>
background-color css
<style>
a { background-color: #8C7BDC; }
a { background-color: rgb(140,123,220); }
div.DivClassName
{
background-color: #8C7BDC;
}
.BgClassName
{
background-color: #8C7BDC;
}
</style>
border-color css
<style>
span { border-color: #8C7BDC; }
span { border-color: rgb(140,123,220); }
td.TdClassName
{
border-color: #8C7BDC;
}
.TagClassName
{
border-color: #8C7BDC;
}
</style>