Shades of Medium Purple #9C7EEF
Tints of Medium Purple #9C7EEF
RGB
CMYK
RGB Variations
Color information
#9C7EEF (or 0x9C7EEF) is known color: Medium Purple. HEX triplet: 9C, 7E and EF. RGB value is (156,126,239). Sum of RGB (Red+Green+Blue) = 156+126+239=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7EEF is #638110. Grayscale: #939393. Windows color (decimal): -6521105 or 15695516. OLE color: 15695516.
HSL color Cylindrical-coordinate representation of color #9C7EEF: hue angle of 255.93º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7EEF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 126 | 239 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.06 |
| HSL | 255.93º | 0.78% | 0.72% | - |
| HSV(B) | 255.93º | 0.47% | 0.94% | - |
| XYZ | 36.75 | 28.22 | 85.17 | - |
| YUV | 147.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 239 | 0.35 | 0.47 | 0 | 0.06 | 255.93 | 0.78 | 0.72 |
| Hex | 9C | 7E | EF | 23 | 2F | 0 | 6 | 100 | 4E | 48 |
| Octal | 234 | 176 | 357 | 43 | 57 | 0 | 6 | 400 | 116 | 110 |
| Binary | 10011100 | 1111110 | 11101111 | 100011 | 101111 | 0 | 110 | 100000000 | 1001110 | 1001000 |
Color Harmonies of #9C7EEF
Complementary color
Monochromatic Colors of #9C7EEF
Black with #9C7EEF
Text Example
Text Example
White with #9C7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EEF; }
p { color: rgb(156,126,239); }
H1.HeaderClassName
{
color: #9C7EEF;
}
.AnyTagClassName
{
color: #9C7EEF;
}
</style>
background-color css
<style>
a { background-color: #9C7EEF; }
a { background-color: rgb(156,126,239); }
div.DivClassName
{
background-color: #9C7EEF;
}
.BgClassName
{
background-color: #9C7EEF;
}
</style>
border-color css
<style>
span { border-color: #9C7EEF; }
span { border-color: rgb(156,126,239); }
td.TdClassName
{
border-color: #9C7EEF;
}
.TagClassName
{
border-color: #9C7EEF;
}
</style>