Shades of Medium Purple #9C7CF1
Tints of Medium Purple #9C7CF1
RGB
CMYK
RGB Variations
Color information
#9C7CF1 (or 0x9C7CF1) is known color: Medium Purple. HEX triplet: 9C, 7C and F1. RGB value is (156,124,241). Sum of RGB (Red+Green+Blue) = 156+124+241=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CF1 is #63830E. Grayscale: #929292. Windows color (decimal): -6521615 or 15826076. OLE color: 15826076.
HSL color Cylindrical-coordinate representation of color #9C7CF1: hue angle of 256.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7CF1 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 124 | 241 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.05 |
| HSL | 256.41º | 0.81% | 0.72% | - |
| HSV(B) | 256.41º | 0.49% | 0.95% | - |
| XYZ | 36.8 | 27.83 | 86.65 | - |
| YUV | 146.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 241 | 0.35 | 0.49 | 0 | 0.05 | 256.41 | 0.81 | 0.72 |
| Hex | 9C | 7C | F1 | 23 | 31 | 0 | 5 | 100 | 51 | 48 |
| Octal | 234 | 174 | 361 | 43 | 61 | 0 | 5 | 400 | 121 | 110 |
| Binary | 10011100 | 1111100 | 11110001 | 100011 | 110001 | 0 | 101 | 100000000 | 1010001 | 1001000 |
Color Harmonies of #9C7CF1
Complementary color
Monochromatic Colors of #9C7CF1
Black with #9C7CF1
Text Example
Text Example
White with #9C7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CF1; }
p { color: rgb(156,124,241); }
H1.HeaderClassName
{
color: #9C7CF1;
}
.AnyTagClassName
{
color: #9C7CF1;
}
</style>
background-color css
<style>
a { background-color: #9C7CF1; }
a { background-color: rgb(156,124,241); }
div.DivClassName
{
background-color: #9C7CF1;
}
.BgClassName
{
background-color: #9C7CF1;
}
</style>
border-color css
<style>
span { border-color: #9C7CF1; }
span { border-color: rgb(156,124,241); }
td.TdClassName
{
border-color: #9C7CF1;
}
.TagClassName
{
border-color: #9C7CF1;
}
</style>