Shades of Medium Purple #9C77D1
Tints of Medium Purple #9C77D1
RGB
CMYK
RGB Variations
Color information
#9C77D1 (or 0x9C77D1) is known color: Medium Purple. HEX triplet: 9C, 77 and D1. RGB value is (156,119,209). Sum of RGB (Red+Green+Blue) = 156+119+209=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C77D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77D1 is #63882E. Grayscale: #8C8C8C. Windows color (decimal): -6522927 or 13727644. OLE color: 13727644.
HSL color Cylindrical-coordinate representation of color #9C77D1: hue angle of 264.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C77D1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 119 | 209 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.18 |
| HSL | 264.67º | 0.49% | 0.64% | - |
| HSV(B) | 264.67º | 0.43% | 0.82% | - |
| XYZ | 31.82 | 24.87 | 63.44 | - |
| YUV | 140.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 209 | 0.25 | 0.43 | 0 | 0.18 | 264.67 | 0.49 | 0.64 |
| Hex | 9C | 77 | D1 | 19 | 2B | 0 | 12 | 109 | 31 | 40 |
| Octal | 234 | 167 | 321 | 31 | 53 | 0 | 22 | 411 | 61 | 100 |
| Binary | 10011100 | 1110111 | 11010001 | 11001 | 101011 | 0 | 10010 | 100001001 | 110001 | 1000000 |
Color Harmonies of #9C77D1
Complementary color
Monochromatic Colors of #9C77D1
Black with #9C77D1
Text Example
Text Example
White with #9C77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77D1; }
p { color: rgb(156,119,209); }
H1.HeaderClassName
{
color: #9C77D1;
}
.AnyTagClassName
{
color: #9C77D1;
}
</style>
background-color css
<style>
a { background-color: #9C77D1; }
a { background-color: rgb(156,119,209); }
div.DivClassName
{
background-color: #9C77D1;
}
.BgClassName
{
background-color: #9C77D1;
}
</style>
border-color css
<style>
span { border-color: #9C77D1; }
span { border-color: rgb(156,119,209); }
td.TdClassName
{
border-color: #9C77D1;
}
.TagClassName
{
border-color: #9C77D1;
}
</style>