Shades of Medium Purple #9C7FDF
Tints of Medium Purple #9C7FDF
RGB
CMYK
RGB Variations
Color information
#9C7FDF (or 0x9C7FDF) is known color: Medium Purple. HEX triplet: 9C, 7F and DF. RGB value is (156,127,223). Sum of RGB (Red+Green+Blue) = 156+127+223=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FDF is #638020. Grayscale: #929292. Windows color (decimal): -6520865 or 14647196. OLE color: 14647196.
HSL color Cylindrical-coordinate representation of color #9C7FDF: hue angle of 258.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C7FDF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 127 | 223 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.13 |
| HSL | 258.13º | 0.6% | 0.69% | - |
| HSV(B) | 258.13º | 0.43% | 0.87% | - |
| XYZ | 34.62 | 27.57 | 73.31 | - |
| YUV | 146.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 223 | 0.30 | 0.43 | 0 | 0.13 | 258.13 | 0.6 | 0.69 |
| Hex | 9C | 7F | DF | 1E | 2B | 0 | D | 102 | 3C | 45 |
| Octal | 234 | 177 | 337 | 36 | 53 | 0 | 15 | 402 | 74 | 105 |
| Binary | 10011100 | 1111111 | 11011111 | 11110 | 101011 | 0 | 1101 | 100000010 | 111100 | 1000101 |
Color Harmonies of #9C7FDF
Complementary color
Monochromatic Colors of #9C7FDF
Black with #9C7FDF
Text Example
Text Example
White with #9C7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FDF; }
p { color: rgb(156,127,223); }
H1.HeaderClassName
{
color: #9C7FDF;
}
.AnyTagClassName
{
color: #9C7FDF;
}
</style>
background-color css
<style>
a { background-color: #9C7FDF; }
a { background-color: rgb(156,127,223); }
div.DivClassName
{
background-color: #9C7FDF;
}
.BgClassName
{
background-color: #9C7FDF;
}
</style>
border-color css
<style>
span { border-color: #9C7FDF; }
span { border-color: rgb(156,127,223); }
td.TdClassName
{
border-color: #9C7FDF;
}
.TagClassName
{
border-color: #9C7FDF;
}
</style>