Shades of Medium Purple #9C7FDC
Tints of Medium Purple #9C7FDC
RGB
CMYK
RGB Variations
Color information
#9C7FDC (or 0x9C7FDC) is known color: Medium Purple. HEX triplet: 9C, 7F and DC. RGB value is (156,127,220). Sum of RGB (Red+Green+Blue) = 156+127+220=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FDC is #638023. Grayscale: #919191. Windows color (decimal): -6520868 or 14450588. OLE color: 14450588.
HSL color Cylindrical-coordinate representation of color #9C7FDC: hue angle of 258.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7FDC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 127 | 220 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.14 |
| HSL | 258.71º | 0.57% | 0.68% | - |
| HSV(B) | 258.71º | 0.42% | 0.86% | - |
| XYZ | 34.22 | 27.41 | 71.2 | - |
| YUV | 146.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 220 | 0.29 | 0.42 | 0 | 0.14 | 258.71 | 0.57 | 0.68 |
| Hex | 9C | 7F | DC | 1D | 2A | 0 | E | 103 | 39 | 44 |
| Octal | 234 | 177 | 334 | 35 | 52 | 0 | 16 | 403 | 71 | 104 |
| Binary | 10011100 | 1111111 | 11011100 | 11101 | 101010 | 0 | 1110 | 100000011 | 111001 | 1000100 |
Color Harmonies of #9C7FDC
Complementary color
Monochromatic Colors of #9C7FDC
Black with #9C7FDC
Text Example
Text Example
White with #9C7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FDC; }
p { color: rgb(156,127,220); }
H1.HeaderClassName
{
color: #9C7FDC;
}
.AnyTagClassName
{
color: #9C7FDC;
}
</style>
background-color css
<style>
a { background-color: #9C7FDC; }
a { background-color: rgb(156,127,220); }
div.DivClassName
{
background-color: #9C7FDC;
}
.BgClassName
{
background-color: #9C7FDC;
}
</style>
border-color css
<style>
span { border-color: #9C7FDC; }
span { border-color: rgb(156,127,220); }
td.TdClassName
{
border-color: #9C7FDC;
}
.TagClassName
{
border-color: #9C7FDC;
}
</style>