Shades of Medium Purple #8C6ADF
Tints of Medium Purple #8C6ADF
RGB
CMYK
RGB Variations
Color information
#8C6ADF (or 0x8C6ADF) is known color: Medium Purple. HEX triplet: 8C, 6A and DF. RGB value is (140,106,223). Sum of RGB (Red+Green+Blue) = 140+106+223=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ADF is #739520. Grayscale: #818181. Windows color (decimal): -7574817 or 14641804. OLE color: 14641804.
HSL color Cylindrical-coordinate representation of color #8C6ADF: hue angle of 257.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6ADF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 106 | 223 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.13 |
| HSL | 257.44º | 0.65% | 0.65% | - |
| HSV(B) | 257.44º | 0.52% | 0.87% | - |
| XYZ | 29.29 | 21.21 | 72.36 | - |
| YUV | 129.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 223 | 0.37 | 0.52 | 0 | 0.13 | 257.44 | 0.65 | 0.65 |
| Hex | 8C | 6A | DF | 25 | 34 | 0 | D | 101 | 41 | 41 |
| Octal | 214 | 152 | 337 | 45 | 64 | 0 | 15 | 401 | 101 | 101 |
| Binary | 10001100 | 1101010 | 11011111 | 100101 | 110100 | 0 | 1101 | 100000001 | 1000001 | 1000001 |
Color Harmonies of #8C6ADF
Complementary color
Monochromatic Colors of #8C6ADF
Black with #8C6ADF
Text Example
Text Example
White with #8C6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6ADF; }
p { color: rgb(140,106,223); }
H1.HeaderClassName
{
color: #8C6ADF;
}
.AnyTagClassName
{
color: #8C6ADF;
}
</style>
background-color css
<style>
a { background-color: #8C6ADF; }
a { background-color: rgb(140,106,223); }
div.DivClassName
{
background-color: #8C6ADF;
}
.BgClassName
{
background-color: #8C6ADF;
}
</style>
border-color css
<style>
span { border-color: #8C6ADF; }
span { border-color: rgb(140,106,223); }
td.TdClassName
{
border-color: #8C6ADF;
}
.TagClassName
{
border-color: #8C6ADF;
}
</style>