Shades of Medium Purple #9C76D8
Tints of Medium Purple #9C76D8
RGB
CMYK
RGB Variations
Color information
#9C76D8 (or 0x9C76D8) is known color: Medium Purple. HEX triplet: 9C, 76 and D8. RGB value is (156,118,216). Sum of RGB (Red+Green+Blue) = 156+118+216=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C76D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76D8 is #638927. Grayscale: #8C8C8C. Windows color (decimal): -6523176 or 14186140. OLE color: 14186140.
HSL color Cylindrical-coordinate representation of color #9C76D8: hue angle of 263.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C76D8 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 118 | 216 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.15 |
| HSL | 263.27º | 0.56% | 0.65% | - |
| HSV(B) | 263.27º | 0.45% | 0.85% | - |
| XYZ | 32.58 | 24.98 | 68.07 | - |
| YUV | 140.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 216 | 0.28 | 0.45 | 0 | 0.15 | 263.27 | 0.56 | 0.65 |
| Hex | 9C | 76 | D8 | 1C | 2D | 0 | F | 107 | 38 | 41 |
| Octal | 234 | 166 | 330 | 34 | 55 | 0 | 17 | 407 | 70 | 101 |
| Binary | 10011100 | 1110110 | 11011000 | 11100 | 101101 | 0 | 1111 | 100000111 | 111000 | 1000001 |
Color Harmonies of #9C76D8
Complementary color
Monochromatic Colors of #9C76D8
Black with #9C76D8
Text Example
Text Example
White with #9C76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76D8; }
p { color: rgb(156,118,216); }
H1.HeaderClassName
{
color: #9C76D8;
}
.AnyTagClassName
{
color: #9C76D8;
}
</style>
background-color css
<style>
a { background-color: #9C76D8; }
a { background-color: rgb(156,118,216); }
div.DivClassName
{
background-color: #9C76D8;
}
.BgClassName
{
background-color: #9C76D8;
}
</style>
border-color css
<style>
span { border-color: #9C76D8; }
span { border-color: rgb(156,118,216); }
td.TdClassName
{
border-color: #9C76D8;
}
.TagClassName
{
border-color: #9C76D8;
}
</style>