Shades of Medium Purple #9F7BDF
Tints of Medium Purple #9F7BDF
RGB
CMYK
RGB Variations
Color information
#9F7BDF (or 0x9F7BDF) is known color: Medium Purple. HEX triplet: 9F, 7B and DF. RGB value is (159,123,223). Sum of RGB (Red+Green+Blue) = 159+123+223=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BDF is #608420. Grayscale: #909090. Windows color (decimal): -6325281 or 14646175. OLE color: 14646175.
HSL color Cylindrical-coordinate representation of color #9F7BDF: hue angle of 261.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7BDF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 123 | 223 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.13 |
| HSL | 261.6º | 0.61% | 0.68% | - |
| HSV(B) | 261.6º | 0.45% | 0.87% | - |
| XYZ | 34.7 | 26.86 | 73.17 | - |
| YUV | 145.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 223 | 0.29 | 0.45 | 0 | 0.13 | 261.6 | 0.61 | 0.68 |
| Hex | 9F | 7B | DF | 1D | 2D | 0 | D | 106 | 3D | 44 |
| Octal | 237 | 173 | 337 | 35 | 55 | 0 | 15 | 406 | 75 | 104 |
| Binary | 10011111 | 1111011 | 11011111 | 11101 | 101101 | 0 | 1101 | 100000110 | 111101 | 1000100 |
Color Harmonies of #9F7BDF
Complementary color
Monochromatic Colors of #9F7BDF
Black with #9F7BDF
Text Example
Text Example
White with #9F7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BDF; }
p { color: rgb(159,123,223); }
H1.HeaderClassName
{
color: #9F7BDF;
}
.AnyTagClassName
{
color: #9F7BDF;
}
</style>
background-color css
<style>
a { background-color: #9F7BDF; }
a { background-color: rgb(159,123,223); }
div.DivClassName
{
background-color: #9F7BDF;
}
.BgClassName
{
background-color: #9F7BDF;
}
</style>
border-color css
<style>
span { border-color: #9F7BDF; }
span { border-color: rgb(159,123,223); }
td.TdClassName
{
border-color: #9F7BDF;
}
.TagClassName
{
border-color: #9F7BDF;
}
</style>