Shades of Medium Purple #9C7BE7
Tints of Medium Purple #9C7BE7
RGB
CMYK
RGB Variations
Color information
#9C7BE7 (or 0x9C7BE7) is known color: Medium Purple. HEX triplet: 9C, 7B and E7. RGB value is (156,123,231). Sum of RGB (Red+Green+Blue) = 156+123+231=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BE7 is #638418. Grayscale: #909090. Windows color (decimal): -6521881 or 15170460. OLE color: 15170460.
HSL color Cylindrical-coordinate representation of color #9C7BE7: hue angle of 258.33º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7BE7 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 123 | 231 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.09 |
| HSL | 258.33º | 0.69% | 0.69% | - |
| HSV(B) | 258.33º | 0.47% | 0.91% | - |
| XYZ | 35.22 | 27 | 78.96 | - |
| YUV | 145.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 231 | 0.32 | 0.47 | 0 | 0.09 | 258.33 | 0.69 | 0.69 |
| Hex | 9C | 7B | E7 | 20 | 2F | 0 | 9 | 102 | 45 | 45 |
| Octal | 234 | 173 | 347 | 40 | 57 | 0 | 11 | 402 | 105 | 105 |
| Binary | 10011100 | 1111011 | 11100111 | 100000 | 101111 | 0 | 1001 | 100000010 | 1000101 | 1000101 |
Color Harmonies of #9C7BE7
Complementary color
Monochromatic Colors of #9C7BE7
Black with #9C7BE7
Text Example
Text Example
White with #9C7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BE7; }
p { color: rgb(156,123,231); }
H1.HeaderClassName
{
color: #9C7BE7;
}
.AnyTagClassName
{
color: #9C7BE7;
}
</style>
background-color css
<style>
a { background-color: #9C7BE7; }
a { background-color: rgb(156,123,231); }
div.DivClassName
{
background-color: #9C7BE7;
}
.BgClassName
{
background-color: #9C7BE7;
}
</style>
border-color css
<style>
span { border-color: #9C7BE7; }
span { border-color: rgb(156,123,231); }
td.TdClassName
{
border-color: #9C7BE7;
}
.TagClassName
{
border-color: #9C7BE7;
}
</style>