Shades of Medium Purple #9C76D6
Tints of Medium Purple #9C76D6
RGB
CMYK
RGB Variations
Color information
#9C76D6 (or 0x9C76D6) is known color: Medium Purple. HEX triplet: 9C, 76 and D6. RGB value is (156,118,214). Sum of RGB (Red+Green+Blue) = 156+118+214=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C76D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76D6 is #638929. Grayscale: #8B8B8B. Windows color (decimal): -6523178 or 14055068. OLE color: 14055068.
HSL color Cylindrical-coordinate representation of color #9C76D6: hue angle of 263.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C76D6 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 118 | 214 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.16 |
| HSL | 263.75º | 0.54% | 0.65% | - |
| HSV(B) | 263.75º | 0.45% | 0.84% | - |
| XYZ | 32.33 | 24.88 | 66.72 | - |
| YUV | 140.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 214 | 0.27 | 0.45 | 0 | 0.16 | 263.75 | 0.54 | 0.65 |
| Hex | 9C | 76 | D6 | 1B | 2D | 0 | 10 | 108 | 36 | 41 |
| Octal | 234 | 166 | 326 | 33 | 55 | 0 | 20 | 410 | 66 | 101 |
| Binary | 10011100 | 1110110 | 11010110 | 11011 | 101101 | 0 | 10000 | 100001000 | 110110 | 1000001 |
Color Harmonies of #9C76D6
Complementary color
Monochromatic Colors of #9C76D6
Black with #9C76D6
Text Example
Text Example
White with #9C76D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76D6; }
p { color: rgb(156,118,214); }
H1.HeaderClassName
{
color: #9C76D6;
}
.AnyTagClassName
{
color: #9C76D6;
}
</style>
background-color css
<style>
a { background-color: #9C76D6; }
a { background-color: rgb(156,118,214); }
div.DivClassName
{
background-color: #9C76D6;
}
.BgClassName
{
background-color: #9C76D6;
}
</style>
border-color css
<style>
span { border-color: #9C76D6; }
span { border-color: rgb(156,118,214); }
td.TdClassName
{
border-color: #9C76D6;
}
.TagClassName
{
border-color: #9C76D6;
}
</style>