Shades of Medium Purple #9C77D3
Tints of Medium Purple #9C77D3
RGB
CMYK
RGB Variations
Color information
#9C77D3 (or 0x9C77D3) is known color: Medium Purple. HEX triplet: 9C, 77 and D3. RGB value is (156,119,211). Sum of RGB (Red+Green+Blue) = 156+119+211=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C77D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77D3 is #63882C. Grayscale: #8C8C8C. Windows color (decimal): -6522925 or 13858716. OLE color: 13858716.
HSL color Cylindrical-coordinate representation of color #9C77D3: hue angle of 264.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C77D3 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 119 | 211 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.17 |
| HSL | 264.13º | 0.51% | 0.65% | - |
| HSV(B) | 264.13º | 0.44% | 0.83% | - |
| XYZ | 32.07 | 24.96 | 64.76 | - |
| YUV | 140.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 211 | 0.26 | 0.44 | 0 | 0.17 | 264.13 | 0.51 | 0.65 |
| Hex | 9C | 77 | D3 | 1A | 2C | 0 | 11 | 108 | 33 | 41 |
| Octal | 234 | 167 | 323 | 32 | 54 | 0 | 21 | 410 | 63 | 101 |
| Binary | 10011100 | 1110111 | 11010011 | 11010 | 101100 | 0 | 10001 | 100001000 | 110011 | 1000001 |
Color Harmonies of #9C77D3
Complementary color
Monochromatic Colors of #9C77D3
Black with #9C77D3
Text Example
Text Example
White with #9C77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77D3; }
p { color: rgb(156,119,211); }
H1.HeaderClassName
{
color: #9C77D3;
}
.AnyTagClassName
{
color: #9C77D3;
}
</style>
background-color css
<style>
a { background-color: #9C77D3; }
a { background-color: rgb(156,119,211); }
div.DivClassName
{
background-color: #9C77D3;
}
.BgClassName
{
background-color: #9C77D3;
}
</style>
border-color css
<style>
span { border-color: #9C77D3; }
span { border-color: rgb(156,119,211); }
td.TdClassName
{
border-color: #9C77D3;
}
.TagClassName
{
border-color: #9C77D3;
}
</style>