Shades of Medium Purple #9C7DEF
Tints of Medium Purple #9C7DEF
RGB
CMYK
RGB Variations
Color information
#9C7DEF (or 0x9C7DEF) is known color: Medium Purple. HEX triplet: 9C, 7D and EF. RGB value is (156,125,239). Sum of RGB (Red+Green+Blue) = 156+125+239=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C7DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DEF is #638210. Grayscale: #929292. Windows color (decimal): -6521361 or 15695260. OLE color: 15695260.
HSL color Cylindrical-coordinate representation of color #9C7DEF: hue angle of 256.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C7DEF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 125 | 239 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.06 |
| HSL | 256.32º | 0.78% | 0.71% | - |
| HSV(B) | 256.32º | 0.48% | 0.94% | - |
| XYZ | 36.62 | 27.97 | 85.13 | - |
| YUV | 147.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 239 | 0.35 | 0.48 | 0 | 0.06 | 256.32 | 0.78 | 0.71 |
| Hex | 9C | 7D | EF | 23 | 30 | 0 | 6 | 100 | 4E | 47 |
| Octal | 234 | 175 | 357 | 43 | 60 | 0 | 6 | 400 | 116 | 107 |
| Binary | 10011100 | 1111101 | 11101111 | 100011 | 110000 | 0 | 110 | 100000000 | 1001110 | 1000111 |
Color Harmonies of #9C7DEF
Complementary color
Monochromatic Colors of #9C7DEF
Black with #9C7DEF
Text Example
Text Example
White with #9C7DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DEF; }
p { color: rgb(156,125,239); }
H1.HeaderClassName
{
color: #9C7DEF;
}
.AnyTagClassName
{
color: #9C7DEF;
}
</style>
background-color css
<style>
a { background-color: #9C7DEF; }
a { background-color: rgb(156,125,239); }
div.DivClassName
{
background-color: #9C7DEF;
}
.BgClassName
{
background-color: #9C7DEF;
}
</style>
border-color css
<style>
span { border-color: #9C7DEF; }
span { border-color: rgb(156,125,239); }
td.TdClassName
{
border-color: #9C7DEF;
}
.TagClassName
{
border-color: #9C7DEF;
}
</style>