Shades of Medium Purple #8C65DF
Tints of Medium Purple #8C65DF
RGB
CMYK
RGB Variations
Color information
#8C65DF (or 0x8C65DF) is known color: Medium Purple. HEX triplet: 8C, 65 and DF. RGB value is (140,101,223). Sum of RGB (Red+Green+Blue) = 140+101+223=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65DF is #739A20. Grayscale: #7E7E7E. Windows color (decimal): -7576097 or 14640524. OLE color: 14640524.
HSL color Cylindrical-coordinate representation of color #8C65DF: hue angle of 259.18º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C65DF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 101 | 223 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.13 |
| HSL | 259.18º | 0.66% | 0.64% | - |
| HSV(B) | 259.18º | 0.55% | 0.87% | - |
| XYZ | 28.79 | 20.21 | 72.2 | - |
| YUV | 126.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 223 | 0.37 | 0.55 | 0 | 0.13 | 259.18 | 0.66 | 0.64 |
| Hex | 8C | 65 | DF | 25 | 37 | 0 | D | 103 | 42 | 40 |
| Octal | 214 | 145 | 337 | 45 | 67 | 0 | 15 | 403 | 102 | 100 |
| Binary | 10001100 | 1100101 | 11011111 | 100101 | 110111 | 0 | 1101 | 100000011 | 1000010 | 1000000 |
Color Harmonies of #8C65DF
Complementary color
Monochromatic Colors of #8C65DF
Black with #8C65DF
Text Example
Text Example
White with #8C65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65DF; }
p { color: rgb(140,101,223); }
H1.HeaderClassName
{
color: #8C65DF;
}
.AnyTagClassName
{
color: #8C65DF;
}
</style>
background-color css
<style>
a { background-color: #8C65DF; }
a { background-color: rgb(140,101,223); }
div.DivClassName
{
background-color: #8C65DF;
}
.BgClassName
{
background-color: #8C65DF;
}
</style>
border-color css
<style>
span { border-color: #8C65DF; }
span { border-color: rgb(140,101,223); }
td.TdClassName
{
border-color: #8C65DF;
}
.TagClassName
{
border-color: #8C65DF;
}
</style>