Shades of Medium Purple #9C7BEF
Tints of Medium Purple #9C7BEF
RGB
CMYK
RGB Variations
Color information
#9C7BEF (or 0x9C7BEF) is known color: Medium Purple. HEX triplet: 9C, 7B and EF. RGB value is (156,123,239). Sum of RGB (Red+Green+Blue) = 156+123+239=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C7BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BEF is #638410. Grayscale: #919191. Windows color (decimal): -6521873 or 15694748. OLE color: 15694748.
HSL color Cylindrical-coordinate representation of color #9C7BEF: hue angle of 257.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7BEF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 123 | 239 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.06 |
| HSL | 257.07º | 0.78% | 0.71% | - |
| HSV(B) | 257.07º | 0.49% | 0.94% | - |
| XYZ | 36.37 | 27.47 | 85.05 | - |
| YUV | 146.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 239 | 0.35 | 0.49 | 0 | 0.06 | 257.07 | 0.78 | 0.71 |
| Hex | 9C | 7B | EF | 23 | 31 | 0 | 6 | 101 | 4E | 47 |
| Octal | 234 | 173 | 357 | 43 | 61 | 0 | 6 | 401 | 116 | 107 |
| Binary | 10011100 | 1111011 | 11101111 | 100011 | 110001 | 0 | 110 | 100000001 | 1001110 | 1000111 |
Color Harmonies of #9C7BEF
Complementary color
Monochromatic Colors of #9C7BEF
Black with #9C7BEF
Text Example
Text Example
White with #9C7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BEF; }
p { color: rgb(156,123,239); }
H1.HeaderClassName
{
color: #9C7BEF;
}
.AnyTagClassName
{
color: #9C7BEF;
}
</style>
background-color css
<style>
a { background-color: #9C7BEF; }
a { background-color: rgb(156,123,239); }
div.DivClassName
{
background-color: #9C7BEF;
}
.BgClassName
{
background-color: #9C7BEF;
}
</style>
border-color css
<style>
span { border-color: #9C7BEF; }
span { border-color: rgb(156,123,239); }
td.TdClassName
{
border-color: #9C7BEF;
}
.TagClassName
{
border-color: #9C7BEF;
}
</style>