Shades of Medium Purple #9C7EF1
Tints of Medium Purple #9C7EF1
RGB
CMYK
RGB Variations
Color information
#9C7EF1 (or 0x9C7EF1) is known color: Medium Purple. HEX triplet: 9C, 7E and F1. RGB value is (156,126,241). Sum of RGB (Red+Green+Blue) = 156+126+241=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C7EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7EF1 is #63810E. Grayscale: #939393. Windows color (decimal): -6521103 or 15826588. OLE color: 15826588.
HSL color Cylindrical-coordinate representation of color #9C7EF1: hue angle of 255.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C7EF1 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 126 | 241 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.05 |
| HSL | 255.65º | 0.8% | 0.72% | - |
| HSV(B) | 255.65º | 0.48% | 0.95% | - |
| XYZ | 37.05 | 28.34 | 86.74 | - |
| YUV | 148.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 241 | 0.35 | 0.48 | 0 | 0.05 | 255.65 | 0.8 | 0.72 |
| Hex | 9C | 7E | F1 | 23 | 30 | 0 | 5 | 100 | 50 | 48 |
| Octal | 234 | 176 | 361 | 43 | 60 | 0 | 5 | 400 | 120 | 110 |
| Binary | 10011100 | 1111110 | 11110001 | 100011 | 110000 | 0 | 101 | 100000000 | 1010000 | 1001000 |
Color Harmonies of #9C7EF1
Complementary color
Monochromatic Colors of #9C7EF1
Black with #9C7EF1
Text Example
Text Example
White with #9C7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EF1; }
p { color: rgb(156,126,241); }
H1.HeaderClassName
{
color: #9C7EF1;
}
.AnyTagClassName
{
color: #9C7EF1;
}
</style>
background-color css
<style>
a { background-color: #9C7EF1; }
a { background-color: rgb(156,126,241); }
div.DivClassName
{
background-color: #9C7EF1;
}
.BgClassName
{
background-color: #9C7EF1;
}
</style>
border-color css
<style>
span { border-color: #9C7EF1; }
span { border-color: rgb(156,126,241); }
td.TdClassName
{
border-color: #9C7EF1;
}
.TagClassName
{
border-color: #9C7EF1;
}
</style>