Shades of Medium Purple #9C7BE2
Tints of Medium Purple #9C7BE2
RGB
CMYK
RGB Variations
Color information
#9C7BE2 (or 0x9C7BE2) is known color: Medium Purple. HEX triplet: 9C, 7B and E2. RGB value is (156,123,226). Sum of RGB (Red+Green+Blue) = 156+123+226=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #9C7BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BE2 is #63841D. Grayscale: #909090. Windows color (decimal): -6521886 or 14842780. OLE color: 14842780.
HSL color Cylindrical-coordinate representation of color #9C7BE2: hue angle of 259.22º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7BE2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 123 | 226 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.11 |
| HSL | 259.22º | 0.64% | 0.68% | - |
| HSV(B) | 259.22º | 0.46% | 0.89% | - |
| XYZ | 34.52 | 26.72 | 75.29 | - |
| YUV | 144.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 226 | 0.31 | 0.46 | 0 | 0.11 | 259.22 | 0.64 | 0.68 |
| Hex | 9C | 7B | E2 | 1F | 2E | 0 | B | 103 | 40 | 44 |
| Octal | 234 | 173 | 342 | 37 | 56 | 0 | 13 | 403 | 100 | 104 |
| Binary | 10011100 | 1111011 | 11100010 | 11111 | 101110 | 0 | 1011 | 100000011 | 1000000 | 1000100 |
Color Harmonies of #9C7BE2
Complementary color
Monochromatic Colors of #9C7BE2
Black with #9C7BE2
Text Example
Text Example
White with #9C7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BE2; }
p { color: rgb(156,123,226); }
H1.HeaderClassName
{
color: #9C7BE2;
}
.AnyTagClassName
{
color: #9C7BE2;
}
</style>
background-color css
<style>
a { background-color: #9C7BE2; }
a { background-color: rgb(156,123,226); }
div.DivClassName
{
background-color: #9C7BE2;
}
.BgClassName
{
background-color: #9C7BE2;
}
</style>
border-color css
<style>
span { border-color: #9C7BE2; }
span { border-color: rgb(156,123,226); }
td.TdClassName
{
border-color: #9C7BE2;
}
.TagClassName
{
border-color: #9C7BE2;
}
</style>