Shades of Medium Purple #8C6FDD
Tints of Medium Purple #8C6FDD
RGB
CMYK
RGB Variations
Color information
#8C6FDD (or 0x8C6FDD) is known color: Medium Purple. HEX triplet: 8C, 6F and DD. RGB value is (140,111,221). Sum of RGB (Red+Green+Blue) = 140+111+221=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FDD is #739022. Grayscale: #838383. Windows color (decimal): -7573539 or 14512012. OLE color: 14512012.
HSL color Cylindrical-coordinate representation of color #8C6FDD: hue angle of 255.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6FDD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 111 | 221 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.13 |
| HSL | 255.82º | 0.62% | 0.65% | - |
| HSV(B) | 255.82º | 0.5% | 0.87% | - |
| XYZ | 29.55 | 22.16 | 71.13 | - |
| YUV | 132.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 221 | 0.37 | 0.50 | 0 | 0.13 | 255.82 | 0.62 | 0.65 |
| Hex | 8C | 6F | DD | 25 | 32 | 0 | D | 100 | 3E | 41 |
| Octal | 214 | 157 | 335 | 45 | 62 | 0 | 15 | 400 | 76 | 101 |
| Binary | 10001100 | 1101111 | 11011101 | 100101 | 110010 | 0 | 1101 | 100000000 | 111110 | 1000001 |
Color Harmonies of #8C6FDD
Complementary color
Monochromatic Colors of #8C6FDD
Black with #8C6FDD
Text Example
Text Example
White with #8C6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FDD; }
p { color: rgb(140,111,221); }
H1.HeaderClassName
{
color: #8C6FDD;
}
.AnyTagClassName
{
color: #8C6FDD;
}
</style>
background-color css
<style>
a { background-color: #8C6FDD; }
a { background-color: rgb(140,111,221); }
div.DivClassName
{
background-color: #8C6FDD;
}
.BgClassName
{
background-color: #8C6FDD;
}
</style>
border-color css
<style>
span { border-color: #8C6FDD; }
span { border-color: rgb(140,111,221); }
td.TdClassName
{
border-color: #8C6FDD;
}
.TagClassName
{
border-color: #8C6FDD;
}
</style>