Shades of Medium Purple #8C65DA
Tints of Medium Purple #8C65DA
RGB
CMYK
RGB Variations
Color information
#8C65DA (or 0x8C65DA) is known color: Medium Purple. HEX triplet: 8C, 65 and DA. RGB value is (140,101,218). Sum of RGB (Red+Green+Blue) = 140+101+218=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65DA is #739A25. Grayscale: #7D7D7D. Windows color (decimal): -7576102 or 14312844. OLE color: 14312844.
HSL color Cylindrical-coordinate representation of color #8C65DA: hue angle of 260º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C65DA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 101 | 218 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.15 |
| HSL | 260º | 0.61% | 0.63% | - |
| HSV(B) | 260º | 0.54% | 0.85% | - |
| XYZ | 28.12 | 19.94 | 68.7 | - |
| YUV | 126 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 218 | 0.36 | 0.54 | 0 | 0.15 | 260 | 0.61 | 0.63 |
| Hex | 8C | 65 | DA | 24 | 36 | 0 | F | 104 | 3D | 3F |
| Octal | 214 | 145 | 332 | 44 | 66 | 0 | 17 | 404 | 75 | 77 |
| Binary | 10001100 | 1100101 | 11011010 | 100100 | 110110 | 0 | 1111 | 100000100 | 111101 | 111111 |
Color Harmonies of #8C65DA
Complementary color
Monochromatic Colors of #8C65DA
Black with #8C65DA
Text Example
Text Example
White with #8C65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65DA; }
p { color: rgb(140,101,218); }
H1.HeaderClassName
{
color: #8C65DA;
}
.AnyTagClassName
{
color: #8C65DA;
}
</style>
background-color css
<style>
a { background-color: #8C65DA; }
a { background-color: rgb(140,101,218); }
div.DivClassName
{
background-color: #8C65DA;
}
.BgClassName
{
background-color: #8C65DA;
}
</style>
border-color css
<style>
span { border-color: #8C65DA; }
span { border-color: rgb(140,101,218); }
td.TdClassName
{
border-color: #8C65DA;
}
.TagClassName
{
border-color: #8C65DA;
}
</style>