Shades of Medium Purple #8C63DD
Tints of Medium Purple #8C63DD
RGB
CMYK
RGB Variations
Color information
#8C63DD (or 0x8C63DD) is known color: Medium Purple. HEX triplet: 8C, 63 and DD. RGB value is (140,99,221). Sum of RGB (Red+Green+Blue) = 140+99+221=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63DD is #739C22. Grayscale: #7C7C7C. Windows color (decimal): -7576611 or 14508940. OLE color: 14508940.
HSL color Cylindrical-coordinate representation of color #8C63DD: hue angle of 260.16º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C63DD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 99 | 221 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.13 |
| HSL | 260.16º | 0.64% | 0.63% | - |
| HSV(B) | 260.16º | 0.55% | 0.87% | - |
| XYZ | 28.33 | 19.72 | 70.72 | - |
| YUV | 125.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 221 | 0.37 | 0.55 | 0 | 0.13 | 260.16 | 0.64 | 0.63 |
| Hex | 8C | 63 | DD | 25 | 37 | 0 | D | 104 | 40 | 3F |
| Octal | 214 | 143 | 335 | 45 | 67 | 0 | 15 | 404 | 100 | 77 |
| Binary | 10001100 | 1100011 | 11011101 | 100101 | 110111 | 0 | 1101 | 100000100 | 1000000 | 111111 |
Color Harmonies of #8C63DD
Complementary color
Monochromatic Colors of #8C63DD
Black with #8C63DD
Text Example
Text Example
White with #8C63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63DD; }
p { color: rgb(140,99,221); }
H1.HeaderClassName
{
color: #8C63DD;
}
.AnyTagClassName
{
color: #8C63DD;
}
</style>
background-color css
<style>
a { background-color: #8C63DD; }
a { background-color: rgb(140,99,221); }
div.DivClassName
{
background-color: #8C63DD;
}
.BgClassName
{
background-color: #8C63DD;
}
</style>
border-color css
<style>
span { border-color: #8C63DD; }
span { border-color: rgb(140,99,221); }
td.TdClassName
{
border-color: #8C63DD;
}
.TagClassName
{
border-color: #8C63DD;
}
</style>