Shades of Medium Purple #9F7BE7
Tints of Medium Purple #9F7BE7
RGB
CMYK
RGB Variations
Color information
#9F7BE7 (or 0x9F7BE7) is known color: Medium Purple. HEX triplet: 9F, 7B and E7. RGB value is (159,123,231). Sum of RGB (Red+Green+Blue) = 159+123+231=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BE7 is #608418. Grayscale: #919191. Windows color (decimal): -6325273 or 15170463. OLE color: 15170463.
HSL color Cylindrical-coordinate representation of color #9F7BE7: hue angle of 260º 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 #9F7BE7 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 123 | 231 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.09 |
| HSL | 260º | 0.69% | 0.69% | - |
| HSV(B) | 260º | 0.47% | 0.91% | - |
| XYZ | 35.8 | 27.31 | 78.98 | - |
| YUV | 146.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 231 | 0.31 | 0.47 | 0 | 0.09 | 260 | 0.69 | 0.69 |
| Hex | 9F | 7B | E7 | 1F | 2F | 0 | 9 | 104 | 45 | 45 |
| Octal | 237 | 173 | 347 | 37 | 57 | 0 | 11 | 404 | 105 | 105 |
| Binary | 10011111 | 1111011 | 11100111 | 11111 | 101111 | 0 | 1001 | 100000100 | 1000101 | 1000101 |
Color Harmonies of #9F7BE7
Complementary color
Monochromatic Colors of #9F7BE7
Black with #9F7BE7
Text Example
Text Example
White with #9F7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BE7; }
p { color: rgb(159,123,231); }
H1.HeaderClassName
{
color: #9F7BE7;
}
.AnyTagClassName
{
color: #9F7BE7;
}
</style>
background-color css
<style>
a { background-color: #9F7BE7; }
a { background-color: rgb(159,123,231); }
div.DivClassName
{
background-color: #9F7BE7;
}
.BgClassName
{
background-color: #9F7BE7;
}
</style>
border-color css
<style>
span { border-color: #9F7BE7; }
span { border-color: rgb(159,123,231); }
td.TdClassName
{
border-color: #9F7BE7;
}
.TagClassName
{
border-color: #9F7BE7;
}
</style>