Shades of Medium Purple #9C84DD
Tints of Medium Purple #9C84DD
RGB
CMYK
RGB Variations
Color information
#9C84DD (or 0x9C84DD) is known color: Medium Purple. HEX triplet: 9C, 84 and DD. RGB value is (156,132,221). Sum of RGB (Red+Green+Blue) = 156+132+221=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84DD is #637B22. Grayscale: #949494. Windows color (decimal): -6519587 or 14517404. OLE color: 14517404.
HSL color Cylindrical-coordinate representation of color #9C84DD: hue angle of 256.18º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C84DD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 132 | 221 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.13 |
| HSL | 256.18º | 0.57% | 0.69% | - |
| HSV(B) | 256.18º | 0.4% | 0.87% | - |
| XYZ | 35.01 | 28.79 | 72.12 | - |
| YUV | 149.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 221 | 0.29 | 0.40 | 0 | 0.13 | 256.18 | 0.57 | 0.69 |
| Hex | 9C | 84 | DD | 1D | 28 | 0 | D | 100 | 39 | 45 |
| Octal | 234 | 204 | 335 | 35 | 50 | 0 | 15 | 400 | 71 | 105 |
| Binary | 10011100 | 10000100 | 11011101 | 11101 | 101000 | 0 | 1101 | 100000000 | 111001 | 1000101 |
Color Harmonies of #9C84DD
Complementary color
Monochromatic Colors of #9C84DD
Black with #9C84DD
Text Example
Text Example
White with #9C84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84DD; }
p { color: rgb(156,132,221); }
H1.HeaderClassName
{
color: #9C84DD;
}
.AnyTagClassName
{
color: #9C84DD;
}
</style>
background-color css
<style>
a { background-color: #9C84DD; }
a { background-color: rgb(156,132,221); }
div.DivClassName
{
background-color: #9C84DD;
}
.BgClassName
{
background-color: #9C84DD;
}
</style>
border-color css
<style>
span { border-color: #9C84DD; }
span { border-color: rgb(156,132,221); }
td.TdClassName
{
border-color: #9C84DD;
}
.TagClassName
{
border-color: #9C84DD;
}
</style>