Shades of Medium Purple #9C78DD
Tints of Medium Purple #9C78DD
RGB
CMYK
RGB Variations
Color information
#9C78DD (or 0x9C78DD) is known color: Medium Purple. HEX triplet: 9C, 78 and DD. RGB value is (156,120,221). Sum of RGB (Red+Green+Blue) = 156+120+221=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78DD is #638722. Grayscale: #8D8D8D. Windows color (decimal): -6522659 or 14514332. OLE color: 14514332.
HSL color Cylindrical-coordinate representation of color #9C78DD: hue angle of 261.39º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C78DD is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 120 | 221 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.13 |
| HSL | 261.39º | 0.6% | 0.67% | - |
| HSV(B) | 261.39º | 0.46% | 0.87% | - |
| XYZ | 33.48 | 25.72 | 71.61 | - |
| YUV | 142.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 221 | 0.29 | 0.46 | 0 | 0.13 | 261.39 | 0.6 | 0.67 |
| Hex | 9C | 78 | DD | 1D | 2E | 0 | D | 105 | 3C | 43 |
| Octal | 234 | 170 | 335 | 35 | 56 | 0 | 15 | 405 | 74 | 103 |
| Binary | 10011100 | 1111000 | 11011101 | 11101 | 101110 | 0 | 1101 | 100000101 | 111100 | 1000011 |
Color Harmonies of #9C78DD
Complementary color
Monochromatic Colors of #9C78DD
Black with #9C78DD
Text Example
Text Example
White with #9C78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78DD; }
p { color: rgb(156,120,221); }
H1.HeaderClassName
{
color: #9C78DD;
}
.AnyTagClassName
{
color: #9C78DD;
}
</style>
background-color css
<style>
a { background-color: #9C78DD; }
a { background-color: rgb(156,120,221); }
div.DivClassName
{
background-color: #9C78DD;
}
.BgClassName
{
background-color: #9C78DD;
}
</style>
border-color css
<style>
span { border-color: #9C78DD; }
span { border-color: rgb(156,120,221); }
td.TdClassName
{
border-color: #9C78DD;
}
.TagClassName
{
border-color: #9C78DD;
}
</style>